MCPcopy Create free account
hub / github.com/DFHack/dfhack / lodepng_state_cleanup

Function lodepng_state_cleanup

depends/lodepng/lodepng.cpp:5067–5070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5065}
5066
5067void lodepng_state_cleanup(LodePNGState* state) {
5068 lodepng_color_mode_cleanup(&state->info_raw);
5069 lodepng_info_cleanup(&state->info_png);
5070}
5071
5072void lodepng_state_copy(LodePNGState* dest, const LodePNGState* source) {
5073 lodepng_state_cleanup(dest);

Callers 4

lodepng_decode_memoryFunction · 0.85
lodepng_state_copyFunction · 0.85
lodepng_encode_memoryFunction · 0.85
~StateMethod · 0.85

Calls 2

lodepng_info_cleanupFunction · 0.85

Tested by

no test coverage detected