free the above pair again*/
| 312 | |
| 313 | /*free the above pair again*/ |
| 314 | static void string_cleanup(char** out) |
| 315 | { |
| 316 | lodepng_free(*out); |
| 317 | *out = NULL; |
| 318 | } |
| 319 | |
| 320 | static void string_set(char** out, const char* in) |
| 321 | { |
no test coverage detected