Fixed typo

Platforms tested:
    Darwin (osx1010test)
This commit is contained in:
Binh-Minh Ribler 2019-01-07 20:46:55 -06:00
parent 78d0564c2a
commit 90d13bef33

View File

@ -580,7 +580,7 @@ init_objs(hid_t fid, find_objs_t *info, table_t **group_table,
done:
/* Release resources */
if(ret_value == FAIL) {
if(ret_value < 0) {
free_table(*group_table);
info->group_table = NULL;
free_table(*type_table);