herr_t H5free_memory(void *buf)
H5Tget_member_name
).
H5free_memory
allows the user to safely free this
memory.Only use this function to free memory allocated by the HDF5 Library. It will generally not be safe to use this function to free memory allocated by any other means.
Even when using this function, it is still best to ensure that all components of a C application are built with the same version of Visual Studio and build (debug or release) and thus linked against the same CRT.
void *mem |
IN: Buffer to be freed. Can be NULL. |
Release | Change |
1.8.13 | C function introduced with this release. |