summaryrefslogtreecommitdiff
path: root/src/grl-source.c
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2014-03-09 00:36:49 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2014-03-09 00:36:49 +0000
commit90aa982ee7a75da374424064d3ffe5552e3e3435 (patch)
tree9f5e660484d437c72b065d5ebaf6ce6f1190f7c9 /src/grl-source.c
parent0c3913e2a01f8949c380dc3c5eb86c73020410d8 (diff)
downloadgrilo-90aa982ee7a75da374424064d3ffe5552e3e3435.tar.gz
core: Free tags
Diffstat (limited to 'src/grl-source.c')
-rw-r--r--src/grl-source.c1
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);