[Xfce4-commits] <tumbler:jannis/specialized> Fix memory leak in the LIFO scheduler.
Jannis Pohlmann
noreply at xfce.org
Wed Nov 11 01:52:03 CET 2009
Updating branch refs/heads/jannis/specialized
to 5e44e44cfc4e51b14d03958fbebcbbe1c73be20c (commit)
from 2e01b60274a3efd34fe9ebe2e373c11dad06e53a (commit)
commit 5e44e44cfc4e51b14d03958fbebcbbe1c73be20c
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