[grilo-plugins] shoutcast: Fix leak
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] shoutcast: Fix leak
- Date: Tue, 13 Jul 2010 12:12:51 +0000 (UTC)
commit 5c96c5f031eba64181c2d9333bb5a3d8d548b386
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Tue Jul 13 14:09:40 2010 +0200
shoutcast: Fix leak
Free error.
src/shoutcast/grl-shoutcast.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/shoutcast/grl-shoutcast.c b/src/shoutcast/grl-shoutcast.c
index f9a8b5d..b2689ad 100644
--- a/src/shoutcast/grl-shoutcast.c
+++ b/src/shoutcast/grl-shoutcast.c
@@ -487,6 +487,7 @@ read_done_cb (GObject *source_object,
0,
op_data->user_data,
error);
+ g_error_free (vfs_error);
g_error_free (error);
g_slice_free (OperationData, op_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]