From e23e2b8330f63207867224ab96ef11b2aedf9cfc Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 10 Jun 2013 10:07:33 +0200 Subject: [PATCH] debug-window: fix messages array leak https://bugzilla.gnome.org/show_bug.cgi?id=701914 --- src/empathy-debug-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index 37640f6c..0a1d7f78 100644 --- a/src/empathy-debug-window.c +++ b/src/empathy-debug-window.c @@ -410,6 +410,7 @@ debug_window_get_messages_cb (GObject *object, COL_PROXY, debug, -1); } + g_ptr_array_unref (messages); g_free (proxy_service_name); -- 2.39.2