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

Function lodepng_clear_text

src/lodepng.cpp:2724–2727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2722}
2723
2724void lodepng_clear_text(LodePNGInfo* info)
2725{
2726 LodePNGText_cleanup(info);
2727}
2728
2729unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str)
2730{

Callers

nothing calls this directly

Calls 1

LodePNGText_cleanupFunction · 0.85

Tested by

no test coverage detected