summaryrefslogtreecommitdiff
path: root/src/grl-source.c
diff options
context:
space:
mode:
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);