src/h5core/h5_file.c:

- memory leak fixed
This commit is contained in:
2018-02-01 15:10:18 +01:00
parent acc8b75ad9
commit 094117a631
-1
View File
@@ -510,7 +510,6 @@ h5_open_file2 (
TRY (f = h5_calloc (1, sizeof (*f)));
TRY (f->props = (h5_prop_file_t*)h5_create_prop (H5_PROP_FILE));
TRY (set_default_file_props (f->props));
if (props != H5_PROP_DEFAULT) {
if (props->class != H5_PROP_FILE) {