diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-02-27 19:25:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-02-27 19:25:22 (GMT) |
commit | 6765de0c65a11fe6d039812255a0160b56c2bd8b (patch) | |
tree | 9affdd243eea8dc24b4cce66fad00f435a131112 /tools/lib | |
parent | c8458f779cc3dc97e2692009c7d22b3df71a1c92 (diff) | |
download | hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.zip hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.gz hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.bz2 |
[svn-r21991] Cleanup minor issues found during 518 merge
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff_dset.c | 2 |
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 */ |