hdf5/tools/h5repack
Quincey Koziol ff845ed8b1 [svn-r20052] Description:
Clean up Coverity warnings, and fix some style issues:

r19735:
Fix for memory leak in test/mf found by valgrind.

r19736:
Fix memory leak in h5repack.  The buffer in copy_objects, when copying the
entire dataset at once, was not checked for the presence of a vlen, and vlen
storage was never reclaimed.  Added check and call to H5D_vlen_reclaim().

r19772:
Change H5assert() to
   if (H5T_VLEN != src->shared->type || H5T_VLEN != dst->shared->type)
          HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a H5T_VLEN datatype")

r19774:
removed unused priv.

r19775:
removed unused variables

r19778:
Fix memory leak comparing for variable length data types.

r19834:
Fixed memory leaks found by valgrind.  Memory errors remain for another day.

Tested on:
    Mac OS X/32 10.6.6 (amazon) w/debug & production
    (h5committested on branch)
2011-02-05 22:24:42 -05:00
..
testfiles [svn-r19389] Purpose: 2010-09-15 13:32:07 -05:00
CMakeLists.txt [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct macro use for checking libtype. 2011-01-04 13:40:26 -05:00
h5repack_copy.c [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
h5repack_filters.c [svn-r20005] Purpose: 2011-01-26 16:05:57 -05:00
h5repack_main.c [svn-r18759] pull r18757 from 1.8 branch 2010-05-11 15:10:25 -05:00
h5repack_opttable.c [svn-r18759] pull r18757 from 1.8 branch 2010-05-11 15:10:25 -05:00
h5repack_parse.c [svn-r18759] pull r18757 from 1.8 branch 2010-05-11 15:10:25 -05:00
h5repack_refs.c [svn-r19237] Description: 2010-08-12 16:11:00 -05:00
h5repack_verify.c [svn-r20005] Purpose: 2011-01-26 16:05:57 -05:00
h5repack.c [svn-r20012] Use "if...else" to exclude the use when travt is null. 2011-01-27 09:22:03 -05:00
h5repack.h [svn-r18454] Purpose: 2010-03-25 12:29:51 -05:00
h5repack.sh.in [svn-r19389] Purpose: 2010-09-15 13:32:07 -05:00
h5repacktst.c [svn-r19389] Purpose: 2010-09-15 13:32:07 -05:00
Makefile.am
Makefile.in [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15. 2010-11-23 17:56:59 -05:00
testh5repack_detect_szip.c [svn-r18759] pull r18757 from 1.8 branch 2010-05-11 15:10:25 -05:00