Author: post
Date: 2009-07-11 22:01:15 +0200 (Sat, 11 Jul 2009)
New Revision: 2587

Modified:
   trunk/plugins/lensfun/lensfun.c
Log:
Fixed leak in Lensfun.

Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c     2009-07-11 19:54:10 UTC (rev 2586)
+++ trunk/plugins/lensfun/lensfun.c     2009-07-11 20:01:15 UTC (rev 2587)
@@ -401,6 +401,7 @@
 
                        g_free(t);
                        rs_filter_response_set_image(response, output);
+                       g_object_unref(output);
                }
                else
                        rs_filter_response_set_image(response, input);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to