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

Function color_profile_cleanup

src/lodepng.cpp:3516–3520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3514}
3515
3516static void color_profile_cleanup(ColorProfile* profile)
3517{
3518 color_tree_cleanup(&profile->tree);
3519 lodepng_free(profile->palette);
3520}
3521
3522/*function used for debug purposes with C++*/
3523/*void printColorProfile(ColorProfile* p)

Callers 1

Calls 2

color_tree_cleanupFunction · 0.85
lodepng_freeFunction · 0.85

Tested by

no test coverage detected