summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_dset.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-21 16:50:14 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-21 16:50:14 (GMT)
commit00ed54279d3970756633a406874808b6a963b6ef (patch)
treec55d64a0599578c2664c751c36786a1dd7677427 /src/H5VLiod_dset.c
parent397ab44d12e14d19e726be222e7c69693d4495ae (diff)
downloadhdf5-00ed54279d3970756633a406874808b6a963b6ef.zip
hdf5-00ed54279d3970756633a406874808b6a963b6ef.tar.gz
hdf5-00ed54279d3970756633a406874808b6a963b6ef.tar.bz2
[svn-r24858] - bug fix to oidkv access.
- comment out some bloatdebugging logs
Diffstat (limited to 'src/H5VLiod_dset.c')
-rw-r--r--src/H5VLiod_dset.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5VLiod_dset.c b/src/H5VLiod_dset.c
index c778562..f5fc812 100644
--- a/src/H5VLiod_dset.c
+++ b/src/H5VLiod_dset.c
@@ -1112,8 +1112,10 @@ done:
op_data = (op_data_t *)H5MM_xfree(op_data);
H5VL_iod_type_info_reset(&type_info);
- if(buf)
+ if(buf) {
free(buf);
+ buf = NULL;
+ }
/* close the dataset if we opened it in this routine */
if(TRUE == opened_locally) {