summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/updates/gsd-updates-refresh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/updates/gsd-updates-refresh.c b/plugins/updates/gsd-updates-refresh.c
index a21f79cb..ebd566f9 100644
--- a/plugins/updates/gsd-updates-refresh.c
+++ b/plugins/updates/gsd-updates-refresh.c
@@ -551,6 +551,7 @@ gsd_updates_refresh_finalize (GObject *object)
g_source_remove (refresh->priv->periodic_id);
g_signal_handlers_disconnect_by_data (refresh->priv->client, refresh);
+ g_signal_handlers_disconnect_by_data (refresh->priv->proxy_session, refresh);
g_object_unref (refresh->priv->control);
g_object_unref (refresh->priv->settings);