From d646a882bc484bb0b0c839bbecda53fd15ba7af9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 3 Feb 2014 18:23:07 +0100 Subject: [PATCH] debug-window: fix proxy leak gtk_list_store_get() gives us a new ref. https://bugzilla.gnome.org/show_bug.cgi?id=692793 --- src/empathy-debug-window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index b4392c33..0fbf9f6d 100644 --- a/src/empathy-debug-window.c +++ b/src/empathy-debug-window.c @@ -348,6 +348,8 @@ proxy_invalidated_cb (TpProxy *proxy, gtk_list_store_set (self->priv->service_store, &iter, COL_PROXY, NULL, -1); + + g_object_unref (stored_proxy); } /* Also, we refresh "All" selection's active buffer since it should not -- 2.39.2