[grilo] core: Free tags



commit 90aa982ee7a75da374424064d3ffe5552e3e3435
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Sun Mar 9 00:36:49 2014 +0000

    core: Free tags

 src/grl-source.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/grl-source.c b/src/grl-source.c
index 8fd7597..261988e 100644
--- a/src/grl-source.c
+++ b/src/grl-source.c
@@ -534,6 +534,7 @@ grl_source_finalize (GObject *object)
   GrlSource *source = GRL_SOURCE (object);
 
   g_clear_object (&source->priv->icon);
+  g_clear_pointer (&source->priv->tags, g_ptr_array_unref);
   g_free (source->priv->id);
   g_free (source->priv->name);
   g_free (source->priv->desc);


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