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