summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLiod_file.c')
-rw-r--r--src/H5VLiod_file.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5VLiod_file.c b/src/H5VLiod_file.c
index 2349e36..ae4ee8e 100644
--- a/src/H5VLiod_file.c
+++ b/src/H5VLiod_file.c
@@ -289,6 +289,10 @@ done:
con_open_hint = NULL;
}
+ if(obj_create_hint) {
+ free(obj_create_hint);
+ obj_create_hint = NULL;
+ }
} /* end H5VL_iod_server_file_create_cb() */