summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_file.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-05 22:01:31 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-05-05 22:01:31 (GMT)
commit20cbfd818faf44a277f8f383b3169a01f1d14234 (patch)
tree6216ea3f057d1c0bc2df3f831f7abd1d871f9a12 /src/H5VLiod_file.c
parent3b06faba8434efa24cfed827318b151e0158be89 (diff)
downloadhdf5-20cbfd818faf44a277f8f383b3169a01f1d14234.zip
hdf5-20cbfd818faf44a277f8f383b3169a01f1d14234.tar.gz
hdf5-20cbfd818faf44a277f8f383b3169a01f1d14234.tar.bz2
[svn-r25165] - avoid memcpy in coresident mode.
- fix several bugs in dt conversions.
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() */