MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / string_cleanup

Function string_cleanup

samples/shared/lodepng.cpp:314–318  ·  view source on GitHub ↗

free the above pair again*/

Source from the content-addressed store, hash-verified

312
313/*free the above pair again*/
314static void string_cleanup(char** out)
315{
316 lodepng_free(*out);
317 *out = NULL;
318}
319
320static void string_set(char** out, const char* in)
321{

Callers 2

LodePNGText_cleanupFunction · 0.85
LodePNGIText_cleanupFunction · 0.85

Calls 1

lodepng_freeFunction · 0.85

Tested by

no test coverage detected