[Goodies-commits] r2917 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Mon Jul 16 13:33:11 CEST 2007


Author: stephan
Date: 2007-07-16 11:33:11 +0000 (Mon, 16 Jul 2007)
New Revision: 2917

Modified:
   ristretto/trunk/src/picture_viewer.c
Log:
fix mem-leak

Modified: ristretto/trunk/src/picture_viewer.c
===================================================================
--- ristretto/trunk/src/picture_viewer.c	2007-07-16 07:54:49 UTC (rev 2916)
+++ ristretto/trunk/src/picture_viewer.c	2007-07-16 11:33:11 UTC (rev 2917)
@@ -249,6 +249,7 @@
 						0,
 						widget->allocation.width,
 						widget->allocation.height);
+		g_object_unref(buffer);
 	}
 }
 




More information about the Goodies-commits mailing list