[grilo-plugins/0.1.x] podcasts: Fixed memory leak.



commit 409b3281a9db36770aba5e6184e2effcd5526ef1
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Wed Jun 1 11:13:20 2011 +0200

    podcasts: Fixed memory leak.

 src/media/podcasts/grl-podcasts.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/media/podcasts/grl-podcasts.c b/src/media/podcasts/grl-podcasts.c
index 62aef46..653c0d7 100644
--- a/src/media/podcasts/grl-podcasts.c
+++ b/src/media/podcasts/grl-podcasts.c
@@ -399,6 +399,7 @@ free_entry (Entry *entry)
   g_free (entry->summary);
   g_free (entry->url);
   g_free (entry->mime);
+  g_slice_free (Entry, entry);
 }
 
 static void



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