[maemo-commits] [maemo-commits] r18546 - in projects/haf/trunk/hildon-theme-tools: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri May 29 17:56:34 EEST 2009
Author: danielb
Date: 2009-05-29 17:56:33 +0300 (Fri, 29 May 2009)
New Revision: 18546

Modified:
   projects/haf/trunk/hildon-theme-tools/ChangeLog
   projects/haf/trunk/hildon-theme-tools/src/dither.c
Log:
2009-05-29  Daniel Borgmann  <danielb at openismus.com>

	* src/dither.c (main): Properly unref the pixbuf.




Modified: projects/haf/trunk/hildon-theme-tools/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-tools/ChangeLog	2009-05-29 14:36:21 UTC (rev 18545)
+++ projects/haf/trunk/hildon-theme-tools/ChangeLog	2009-05-29 14:56:33 UTC (rev 18546)
@@ -1,3 +1,14 @@
+2009-05-29  Daniel Borgmann  <danielb at openismus.com>
+
+	[0.6.1-1 release]
+	
+	* configure.ac: Bump version number.
+	* debian/changelog: Updates.
+
+2009-05-29  Daniel Borgmann  <danielb at openismus.com>
+
+	* src/dither.c (main): Properly unref the pixbuf.
+
 2009-05-26  Daniel Borgmann  <danielb at openismus.com>
 
 	[0.6.0-1 release]

Modified: projects/haf/trunk/hildon-theme-tools/src/dither.c
===================================================================
--- projects/haf/trunk/hildon-theme-tools/src/dither.c	2009-05-29 14:36:21 UTC (rev 18545)
+++ projects/haf/trunk/hildon-theme-tools/src/dither.c	2009-05-29 14:56:33 UTC (rev 18546)
@@ -63,6 +63,8 @@
         
         g_print ("Dithering %s.\n", input_file);
         save_pixbuf (pixbuf, output_file, TRUE);
+        
+        gdk_pixbuf_unref (pixbuf);
 
         return 0;
 }


More information about the maemo-commits mailing list