otherwise returns a negative value.
H5free_memory
fn
herr_t H5free_memory(void * mem)Frees memory allocated by the HDF5 library.
H5free_memory frees memory that has been allocated by the caller with H5allocate_memory or by the HDF5 library on behalf of the caller.
Parameters
mem | Buffer to be freed. Can be NULL. |
Returns
Returns a non-negative value if successful;