hdf5/release_docs
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
..
CMake.txt [svn-r21808] Update CMake Required version to match current standard 2.8.6 2011-12-05 11:47:03 -05:00
COPYING [svn-r21506] Updated svn properties as needed. 2011-10-10 16:30:43 -05:00
HISTORY-1_0-1_8_0_rc3.txt
HISTORY-1_9.txt
INSTALL [svn-r20410] Corrected text in INSTALL file: there is no --enable-szlib configure option, it should be --with-szlib=. 2011-04-04 08:19:57 -05:00
INSTALL_Cygwin.txt [svn-r21198] Change default fortran compiler to gfortran 2011-08-09 13:55:31 -05:00
INSTALL_parallel [svn-r19764] Updated NPROCS default value from 3 to 6. 2010-11-11 13:17:02 -05:00
INSTALL_VMS.txt [svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the trunk for VMS work 2011-03-24 13:33:45 -05:00
INSTALL_Windows_From_Command_Line.txt [svn-r21506] Updated svn properties as needed. 2011-10-10 16:30:43 -05:00
INSTALL_Windows_Short_NET.TXT [svn-r21506] Updated svn properties as needed. 2011-10-10 16:30:43 -05:00
INSTALL_Windows_Short_VS2005.TXT [svn-r21506] Updated svn properties as needed. 2011-10-10 16:30:43 -05:00
INSTALL_Windows_Short_VS2008.TXT [svn-r21506] Updated svn properties as needed. 2011-10-10 16:30:43 -05:00
INSTALL_Windows.txt [svn-r21593] Add CMake option to disable packaging component: needed to avoid configuration warning when using Visual Studio Express versions on windows. 2011-10-17 14:49:06 -05:00
RELEASE.txt [svn-r21869] Purpose: 2012-01-09 16:24:50 -05:00
Using_CMake.txt [svn-r21808] Update CMake Required version to match current standard 2.8.6 2011-12-05 11:47:03 -05:00
USING_Windows.txt [svn-r21715] Correct SET_TARGET_PROPERTIES commands 2011-11-04 12:31:32 -05:00