[maemo-commits] [maemo-commits] r16291 - projects/haf/branches/hildon-thumbnail/daemonize/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 29 21:04:56 EEST 2008
Author: pvanhoof
Date: 2008-09-29 21:04:55 +0300 (Mon, 29 Sep 2008)
New Revision: 16291

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c
Log:
Memory error

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c	2008-09-29 18:03:02 UTC (rev 16290)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/albumart.c	2008-09-29 18:04:55 UTC (rev 16291)
@@ -216,7 +216,7 @@
 
 				keep_alive ();
 
-				g_object_unref (proxy);
+				// g_object_unref (proxy);
 
 				if (error) {
 					g_signal_emit (task->object, signals[ERROR_SIGNAL],


More information about the maemo-commits mailing list