[Xfce4-commits] <tumbler:master> Fix memory leak in the LIFO scheduler.
Jannis Pohlmann
noreply at xfce.org
Mon Nov 16 14:54:06 CET 2009
Updating branch refs/heads/master
to 80070860223d5e2338fec3e078d634abd8125698 (commit)
from d9201e51b823f86d5338cd9dca60548d831348d2 (commit)
commit 80070860223d5e2338fec3e078d634abd8125698
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Nov 11 01:48:08 2009 +0100
Fix memory leak in the LIFO scheduler.
tumblerd/tumbler-lifo-scheduler.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tumblerd/tumbler-lifo-scheduler.c b/tumblerd/tumbler-lifo-scheduler.c
index 50cb183..82a3f56 100644
--- a/tumblerd/tumbler-lifo-scheduler.c
+++ b/tumblerd/tumbler-lifo-scheduler.c
@@ -497,6 +497,9 @@ tumbler_lifo_scheduler_thread (gpointer data,
0, 0, NULL, NULL, request);
}
+ /* free list */
+ g_list_free (missing_uris);
+
g_mutex_lock (scheduler->mutex);
/* notify others that we're finished processing the request */
More information about the Xfce4-commits
mailing list