[maemo-commits] [maemo-commits] r18179 - in projects/haf/trunk/hildon-thumbnail: . daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Apr 27 18:34:55 EEST 2009
Author: pvanhoof
Date: 2009-04-27 18:34:45 +0300 (Mon, 27 Apr 2009)
New Revision: 18179

Modified:
   projects/haf/trunk/hildon-thumbnail/ChangeLog
   projects/haf/trunk/hildon-thumbnail/daemon/utils.c
Log:
2009-04-27  Philip Van Hoof  <pvanhoof at codeminded.be>

        * daemon/utils.c: Fixed memory leak. Fixes Bug# 113093



Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-04-27 14:37:39 UTC (rev 18178)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-04-27 15:34:45 UTC (rev 18179)
@@ -1,3 +1,7 @@
+2009-04-27  Philip Van Hoof  <pvanhoof at codeminded.be>
+
+	* daemon/utils.c: Fixed memory leak. Fixes Bug# 113093
+
 2009-04-22  Philip Van Hoof  <pvanhoof at codeminded.be>
 
 	* daemon/utils.c: Trimming of leading and trailing white spaces

Modified: projects/haf/trunk/hildon-thumbnail/daemon/utils.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/utils.c	2009-04-27 14:37:39 UTC (rev 18178)
+++ projects/haf/trunk/hildon-thumbnail/daemon/utils.c	2009-04-27 15:34:45 UTC (rev 18179)
@@ -69,7 +69,6 @@
 
 		local_dir = g_file_get_uri (thumb_file);
 
-		file = g_file_new_for_uri (uri);
 		info = g_file_query_info (file,
 					  G_FILE_ATTRIBUTE_STANDARD_NAME,
 					  G_FILE_QUERY_INFO_NONE,


More information about the maemo-commits mailing list