hdf5/hl/test
Pedro Vicente Nunes 6f342514df [svn-r16588]
1.	#1487 (B1) DS memory leaks ISSUE 1: On a "go to" error condition, previously allocated buffers were not freed. NOTE: these are "potential" memory leaks because typically the error conditions do not occur, so the potential memory leaks also do NOT occur. ISSUE 2: A function used to read dimension scales realistic data (topography of the North Atlantic, latitude and longitude) was being called without the data buffer being freed. SOLUTION FOR ISSUE 1: added "free" calls for the allocated buffers on the error sections. SOLUTION FOR ISSUE 2:  added a "free" call after the read_data function, after using the buffer (on a H5Dwrite and H5Screate_simple). The read_data function reads both data and dimensions from the ASCII data files. DOCS: no docs added. Done for 1.9 and 1.8 STATUS: Closed bug

tested: h5committest
2009-03-19 13:30:11 -05:00
..
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
dsdata.txt
dslat.txt
dslon.txt
dtype_file_readable.txt [svn-r12373] Purpose: Add debug information. 2006-05-23 17:02:29 -05:00
dtype_file.txt [svn-r12351] Purpose: Follow-up what's committed yesterday. 2006-05-17 13:09:12 -05:00
earth.pal
h5hltest.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
image8.txt
image24pixel.txt
image24plane.txt
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
pal_rgb.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
sepia.pal
test_ds.c [svn-r16588] 2009-03-19 13:30:11 -05:00
test_image.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
test_lite.c [svn-r14212] Description: 2007-10-18 17:02:19 -05:00
test_packet.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
test_table_be.hdf5
test_table_cray.hdf5
test_table_le.hdf5
test_table.c [svn-r16133] H5TBdelete_record was not handlong correctly records at the end of the table 2008-11-25 14:42:49 -05:00
usa.wri