Commits

Binh-Minh Ribler committed f6747fb9d7a
[svn-r28032] Purpose: Fix memory leaks Description: Merged from 1.8 r28030. - Removed H5Library::instance because it is unnecessary. All H5Library's methods are static. This, in turn, removed the memory leaks by H5Library::instance not being deleted. - Added ObjCreatPropList::deleteConstants to atexist() list - Cleaned up comments and format inconsistencies with 1.8 Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)