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
2009-01-22 15:53:59 -05:00
2009-03-10 16:01:50 -05:00
2009-03-10 16:01:50 -05:00
2009-03-10 16:01:50 -05:00
2009-03-19 13:30:11 -05:00
2009-03-10 16:01:50 -05:00
2009-03-17 12:08:12 -05:00
2009-03-17 12:08:12 -05:00
2009-03-10 16:01:50 -05:00
2006-03-30 18:08:50 -05:00
2009-02-03 14:36:58 -05:00
2009-03-10 16:01:50 -05:00
2009-03-06 10:11:11 -05:00

HDF5 version 1.9.36 currently under development
==> README.txt <==
Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.
Description
No description provided
Readme 669 MiB
Languages
C 80%
Fortran 4.4%
Java 3.9%
CMake 3.2%
C++ 2.4%
Other 6%