[grilo-plugins] podcasts: Fixed memory leak.
- From: Iago Toral Quiroga <itoral src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] podcasts: Fixed memory leak.
- Date: Wed, 1 Jun 2011 10:19:58 +0000 (UTC)
commit 9018f3120a726e6d86825701b5efbc4cafbbc93a
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]