Author: post
Date: 2009-07-11 22:15:47 +0200 (Sat, 11 Jul 2009)
New Revision: 2589
Modified:
trunk/plugins/input-file/input-file.c
Log:
Fixed leak in loader.
Modified: trunk/plugins/input-file/input-file.c
===================================================================
--- trunk/plugins/input-file/input-file.c 2009-07-11 20:10:29 UTC (rev
2588)
+++ trunk/plugins/input-file/input-file.c 2009-07-11 20:15:47 UTC (rev
2589)
@@ -131,6 +131,7 @@
RSInputFile *input = RS_INPUT_FILE(filter);
rs_filter_response_set_image(response, input->image);
+ g_object_unref(input->image);
return response;
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit