[Xfce4-commits] <tumbler:master> Fix a memory leak.
Jannis Pohlmann
noreply at xfce.org
Sat Jul 17 12:50:01 CEST 2010
Updating branch refs/heads/master
to 3d3f5245e1a4e00c9a83ed0cd1495f0a5461261f (commit)
from 2dc366aa5e594739dfd85a98e8793ee49b12478c (commit)
commit 3d3f5245e1a4e00c9a83ed0cd1495f0a5461261f
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Sat Jul 17 12:48:00 2010 +0200
Fix a memory leak.
tumblerd/tumbler-service.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tumblerd/tumbler-service.c b/tumblerd/tumbler-service.c
index 39f47d0..f5ebef5 100644
--- a/tumblerd/tumbler-service.c
+++ b/tumblerd/tumbler-service.c
@@ -822,6 +822,9 @@ tumbler_service_queue (TumblerService *service,
scheduler_request = tumbler_scheduler_request_new (infos, thumbnailers,
length, origin);
+ /* release the file info array */
+ tumbler_file_info_array_free (infos);
+
g_free (origin);
/* get the request handle */
More information about the Xfce4-commits
mailing list