Commits

Dana Robinson committed 431007366a6
[svn-r29830] Fixed and annotated memory issues in the C library and tests. - Changed some HD memory allocation functions to use H5MM functions. - Memory returned from H5Fget_metadata_read_retry_info() in the tests is now freed using H5free_memory(). - Annotated a few places in the C library where HD functions are required. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial w/ C++, Fortran, and Java