| 2924 | } |
| 2925 | |
| 2926 | void lodepng_clear_text(LodePNGInfo* info) { |
| 2927 | LodePNGText_cleanup(info); |
| 2928 | } |
| 2929 | |
| 2930 | /******************************************************************************/ |
| 2931 |
nothing calls this directly
no test coverage detected