summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_dset.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-27 19:25:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-27 19:25:22 (GMT)
commit6765de0c65a11fe6d039812255a0160b56c2bd8b (patch)
tree9affdd243eea8dc24b4cce66fad00f435a131112 /tools/lib/h5diff_dset.c
parentc8458f779cc3dc97e2692009c7d22b3df71a1c92 (diff)
downloadhdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.zip
hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.gz
hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.bz2
[svn-r21991] Cleanup minor issues found during 518 merge
Diffstat (limited to 'tools/lib/h5diff_dset.c')
-rw-r--r--tools/lib/h5diff_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff_dset.c b/tools/lib/h5diff_dset.c
index bfb8429..c1ed429 100644
--- a/tools/lib/h5diff_dset.c
+++ b/tools/lib/h5diff_dset.c
@@ -409,7 +409,7 @@ hsize_t diff_datasetid( hid_t did1,
options, name1, name2, m_tid1, did1, did2);
/* reclaim any VL memory, if necessary */
- if(vl_data) {
+ if(vl_data) {
H5Dvlen_reclaim(m_tid1, sid1, H5P_DEFAULT, buf1);
H5Dvlen_reclaim(m_tid2, sid2, H5P_DEFAULT, buf2);
} /* end if */