MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / string_cleanup

Function string_cleanup

dependency/densecrf/examples/lodepng.cpp:298–302  ·  view source on GitHub ↗

free the above pair again*/

Source from the content-addressed store, hash-verified

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

Callers 2

LodePNGText_cleanupFunction · 0.85
LodePNGIText_cleanupFunction · 0.85

Calls 1

lodepng_freeFunction · 0.85

Tested by

no test coverage detected