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

Function LodePNGUnknownChunks_cleanup

samples/shared/lodepng.cpp:2698–2702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2696}
2697
2698static void LodePNGUnknownChunks_cleanup(LodePNGInfo* info)
2699{
2700 unsigned i;
2701 for(i = 0; i < 3; i++) lodepng_free(info->unknown_chunks_data[i]);
2702}
2703
2704static unsigned LodePNGUnknownChunks_copy(LodePNGInfo* dest, const LodePNGInfo* src)
2705{

Callers 2

lodepng_info_cleanupFunction · 0.85

Calls 1

lodepng_freeFunction · 0.85

Tested by

no test coverage detected