MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / lodepng_free

Function lodepng_free

src/lodepng.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static void lodepng_free(void* ptr)
72{
73 free(ptr);
74}
75#else /*LODEPNG_COMPILE_ALLOCATORS*/
76void* lodepng_malloc(size_t size);
77void* lodepng_realloc(void* ptr, size_t new_size);

Callers 15

uivector_cleanupFunction · 0.85
ucvector_cleanupFunction · 0.85
string_cleanupFunction · 0.85
HuffmanTree_cleanupFunction · 0.85
generateFixedLitLenTreeFunction · 0.85
getTreeInflateDynamicFunction · 0.85
hash_cleanupFunction · 0.85
lodepng_zlib_compressFunction · 0.85
lodepng_palette_clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected