free the above pair again*/
| 295 | |
| 296 | /*free the above pair again*/ |
| 297 | static void string_cleanup(char** out) |
| 298 | { |
| 299 | lodepng_free(*out); |
| 300 | *out = NULL; |
| 301 | } |
| 302 | |
| 303 | static void string_set(char** out, const char* in) |
| 304 | { |
no test coverage detected