diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-03-21 16:50:14 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-03-21 16:50:14 (GMT) |
commit | 00ed54279d3970756633a406874808b6a963b6ef (patch) | |
tree | c55d64a0599578c2664c751c36786a1dd7677427 /src/H5VLiod_dset.c | |
parent | 397ab44d12e14d19e726be222e7c69693d4495ae (diff) | |
download | hdf5-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.c | 4 |
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) { |