Author: post
Date: 2010-02-07 14:44:28 +0100 (Sun, 07 Feb 2010)
New Revision: 3166
Modified:
trunk/plugins/colorspace-transform/colorspace_transform.c
Log:
Remember to unref input, when no color space transformation was done. Fixes
huge leak.
Modified: trunk/plugins/colorspace-transform/colorspace_transform.c
===================================================================
--- trunk/plugins/colorspace-transform/colorspace_transform.c 2010-02-06
15:53:23 UTC (rev 3165)
+++ trunk/plugins/colorspace-transform/colorspace_transform.c 2010-02-07
13:44:28 UTC (rev 3166)
@@ -125,6 +125,7 @@
}
else
{
+ g_object_unref(input);
return previous_response;
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit