diff --git a/tests/color-shaper-matrix-test.c b/tests/color-shaper-matrix-test.c index 3c354874..5e6beb3a 100644 --- a/tests/color-shaper-matrix-test.c +++ b/tests/color-shaper-matrix-test.c @@ -275,6 +275,7 @@ build_output_icc_profile(const struct lcms_pipeline *pipe) assert(saved); cmsCloseProfile(profile); + free(wd); return profile_name; }