hdf5/hl
Pedro Vicente Nunes 92bbd705f1 [svn-r16676] #1521 (B2) H5DSdetach_scale memory leak
ISSUE: Purify (Windows Visual Studio 6) complains of a memory leak in H5DSdetach_scale call  regarding a  H5Aread call (stack is H5A_read, H5T_convert, H5T_conv_vlen, H5T_vlen_seq_mem_write, H5MM_malloc).
SOLUTION: When a scale is detached from a dataset, the variable length structure length field is decreased in one entry. The associated pointer must be reallocated with the new length.
DOCS AND TEST: Nothing added

tested: windows with purify, linux
2009-04-07 09:56:08 -05:00
..
c++ [svn-r16561] Purpose: 2009-03-10 16:01:50 -05:00
examples [svn-r16561] Purpose: 2009-03-10 16:01:50 -05:00
fortran [svn-r16597] #1047 (B1) The h5lt info routines are returning data in transposed form. ISSUE : the dimension array of the function h5ltget_dataset_info_f was not transposed (because of C-FORTRAN storage order, the FORTRAN function calls the C function with the same name). SOLUTION: transpose the array. ACTION: add a test case. 2009-03-23 14:40:57 -05:00
src [svn-r16676] #1521 (B2) H5DSdetach_scale memory leak 2009-04-07 09:56:08 -05:00
test [svn-r16588] 2009-03-19 13:30:11 -05:00
tools [svn-r16561] Purpose: 2009-03-10 16:01:50 -05:00
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.in [svn-r16561] Purpose: 2009-03-10 16:01:50 -05:00