mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Fixed typo
Platforms tested: Darwin (osx1010test)
This commit is contained in:
parent
78d0564c2a
commit
90d13bef33
@ -580,7 +580,7 @@ init_objs(hid_t fid, find_objs_t *info, table_t **group_table,
|
|||||||
|
|
||||||
done:
|
done:
|
||||||
/* Release resources */
|
/* Release resources */
|
||||||
if(ret_value == FAIL) {
|
if(ret_value < 0) {
|
||||||
free_table(*group_table);
|
free_table(*group_table);
|
||||||
info->group_table = NULL;
|
info->group_table = NULL;
|
||||||
free_table(*type_table);
|
free_table(*type_table);
|
||||||
|
Loading…
Reference in New Issue
Block a user