[Pkg-telepathy-commits] [empathy] 10/39: debug-window: fix messages array leak

Simon McVittie smcv at debian.org
Wed Jan 29 12:53:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository empathy.

commit e23e2b8330f63207867224ab96ef11b2aedf9cfc
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Jun 10 10:07:33 2013 +0200

    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 37640f6..0a1d7f7 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);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/empathy.git



More information about the Pkg-telepathy-commits mailing list