Author: post
Date: 2009-07-11 19:32:30 +0200 (Sat, 11 Jul 2009)
New Revision: 2582

Modified:
   trunk/plugins/lensfun/lensfun.c
Log:
Lensfun memleak fix.

Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c     2009-07-09 21:22:41 UTC (rev 2581)
+++ trunk/plugins/lensfun/lensfun.c     2009-07-11 17:32:30 UTC (rev 2582)
@@ -404,6 +404,8 @@
                }
                else
                        rs_filter_response_set_image(response, input);
+
+               lf_modifier_destroy(mod);
        }
        else
                g_debug("lf_lens_check() failed");


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

Reply via email to