| 3514 | } |
| 3515 | |
| 3516 | static void color_profile_cleanup(ColorProfile* profile) |
| 3517 | { |
| 3518 | color_tree_cleanup(&profile->tree); |
| 3519 | lodepng_free(profile->palette); |
| 3520 | } |
| 3521 | |
| 3522 | /*function used for debug purposes with C++*/ |
| 3523 | /*void printColorProfile(ColorProfile* p) |
no test coverage detected