From 094117a631c2f3997d12dd359c556f8af9cc6cf5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 1 Feb 2018 15:10:18 +0100 Subject: [PATCH] src/h5core/h5_file.c: - memory leak fixed --- src/h5core/h5_file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/h5core/h5_file.c b/src/h5core/h5_file.c index 1131d76..5e54590 100644 --- a/src/h5core/h5_file.c +++ b/src/h5core/h5_file.c @@ -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) {