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

Function string_cleanup

src/lodepng.cpp:297–301  ·  view source on GitHub ↗

free the above pair again*/

Source from the content-addressed store, hash-verified

295
296/*free the above pair again*/
297static void string_cleanup(char** out)
298{
299 lodepng_free(*out);
300 *out = NULL;
301}
302
303static void string_set(char** out, const char* in)
304{

Callers 2

LodePNGText_cleanupFunction · 0.85
LodePNGIText_cleanupFunction · 0.85

Calls 1

lodepng_freeFunction · 0.85

Tested by

no test coverage detected