hdf5/c++/test
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
..
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
dsets.cpp [svn-r18349] Description: 2010-02-27 23:09:19 -05:00
h5cpputil.cpp [svn-r18685] Description: 2010-05-02 14:15:43 -05:00
h5cpputil.h [svn-r18685] Description: 2010-05-02 14:15:43 -05:00
H5srcdir_str.h.in [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
Makefile.am [svn-r18349] Description: 2010-02-27 23:09:19 -05:00
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
tattr.cpp [svn-r18335] Description: 2010-02-26 11:55:49 -05:00
tcompound.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
testhdf5.cpp [svn-r18335] Description: 2010-02-26 11:55:49 -05:00
tfile.cpp [svn-r18335] Description: 2010-02-26 11:55:49 -05:00
tfilter.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
th5s.cpp [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
th5s.h5 [svn-r3639] 2001-03-14 21:55:33 -05:00
tlinks.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
trefer.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
ttypes.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
tvlstr.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00