hts_free

Wrapper function for free(). Enables memory deallocation across DLL boundary. Should be used by all applications, which are compiled with a different standard library than htslib and call htslib methods that return dynamically allocated data.

extern (C)
void
hts_free
(
void* ptr
)

Meta