[grilo] core: fixed memory leak.



commit 1e0cf1d30016ca9acb731b8d1cd3862c2c1b6abf
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Tue Jun 15 12:47:06 2010 +0200

    core: fixed memory leak.

 src/grl-multiple.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/grl-multiple.c b/src/grl-multiple.c
index d071c61..31fa6f8 100644
--- a/src/grl-multiple.c
+++ b/src/grl-multiple.c
@@ -259,6 +259,8 @@ chain_multiple_search_operation (struct MultipleSearchData *old_msd)
 					 old_msd->flags,
 					 old_msd->user_callback,
 					 old_msd->user_data);
+  g_list_free (skip_list);
+
   return msd;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]