summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-context-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgupnp/gupnp-context-manager.c')
-rw-r--r--libgupnp/gupnp-context-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-context-manager.c b/libgupnp/gupnp-context-manager.c
index 37591a3..b4ac4d9 100644
--- a/libgupnp/gupnp-context-manager.c
+++ b/libgupnp/gupnp-context-manager.c
@@ -479,7 +479,7 @@ gupnp_context_manager_dispose (GObject *object)
g_ptr_array_free (priv->control_points, TRUE);
g_ptr_array_free (priv->root_devices, TRUE);
- g_list_free (priv->filtered);
+ g_list_free_full (priv->filtered, g_object_unref);
priv->filtered = NULL;
g_clear_object (&filter);