weston/libweston/color-lcms
Vitaly Prosyak 712fd0f576 color-lcms: Fix memory leak in join_curvesets
LCMS API cmsStageAllocToneCurves uses cmsDupToneCurve which internally
re-allocates a new table of points. As a result, we have to free the old
table returned from lcmsJoinToneCurve.

Signed-off-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
2023-04-11 14:26:30 +00:00
..
color-lcms.c color-lcms: add cmlcms_category_name() 2022-09-28 10:28:28 +00:00
color-lcms.h color-lcms: add support for matrices 2022-09-28 10:28:28 +00:00
color-profile.c color-lcms: add support for matrices 2022-09-28 10:28:28 +00:00
color-transform.c color-lcms: Fix memory leak in join_curvesets 2023-04-11 14:26:30 +00:00
meson.build build: consolidate lcms2 dependencies 2022-06-03 10:22:25 +00:00