hdf5/tools/h5repack
Jonathan Kim 00b9f24d9b [svn-r21869] Purpose:
Fix for HDFFV-7840 h5repack: memory leak over one of the h5diff test file

Description:
  Turned out that there were two causes of memory leaks.
  1. for handling variable length string in attribute. 
  2. for handling compound type with non-reference members.  
  The first issue is fixed in copy_attr() which is updated to use h5tools_detect_vlen to take care of vlen string as well as vlen data. 
  The second is fixed in copy_refs_attr() of compound handling code.
  
Tested:
 jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE),  Windows (32-LE), Cmake (jam)
2012-01-09 16:24:50 -05:00
..
testfiles [svn-r21105] Fixed two bugs: 2011-07-15 18:02:50 -05:00
CMakeLists.txt [svn-r21869] Purpose: 2012-01-09 16:24:50 -05:00
h5repack_copy.c [svn-r21283] H5Eget_major() is depreciated. use the H5Eget_msg() instead. 2011-08-22 11:05:42 -05:00
h5repack_filters.c [svn-r21586] Description: 2011-10-14 17:44:11 -05:00
h5repack_main.c [svn-r21586] Description: 2011-10-14 17:44:11 -05:00
h5repack_opttable.c
h5repack_parse.c
h5repack_refs.c [svn-r21869] Purpose: 2012-01-09 16:24:50 -05:00
h5repack_verify.c
h5repack.c [svn-r21869] Purpose: 2012-01-09 16:24:50 -05:00
h5repack.h
h5repack.sh.in [svn-r21869] Purpose: 2012-01-09 16:24:50 -05:00
h5repacktst.c [svn-r21586] Description: 2011-10-14 17:44:11 -05:00
Makefile.am
Makefile.in [svn-r21249] Description: Part II of F2003 branch merge into the trunk. 2011-08-18 09:38:53 -05:00
testh5repack_detect_szip.c