MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / string_cleanup

Function string_cleanup

external/lodepng/lodepng.cpp:318–321  ·  view source on GitHub ↗

free string pointer and set it to NULL*/

Source from the content-addressed store, hash-verified

316
317/*free string pointer and set it to NULL*/
318static void string_cleanup(char** out) {
319 lodepng_free(*out);
320 *out = NULL;
321}
322
323/*also appends null termination character*/
324static char* alloc_string_sized(const char* in, size_t insize) {

Callers 3

LodePNGText_cleanupFunction · 0.85
LodePNGIText_cleanupFunction · 0.85
lodepng_clear_iccFunction · 0.85

Calls 1

lodepng_freeFunction · 0.70

Tested by

no test coverage detected