mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
d24bacb8a4
Purpose: bug fix Description: I found a couple of places where virtual destructors were missing and could cause small memory leaks. Also, some destructors were not virtual when they should be. Solution: - added virtual destructors, which also free dynamically allocated memory - added virtual to several destructors - also, fixed several typos Platforms tested: Solaris 2.7 (arabica) |
||
---|---|---|
.. | ||
bin | ||
config | ||
examples | ||
src | ||
test | ||
aclocal.m4 | ||
configure | ||
configure.in | ||
Makefile.in |