After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701914 - Return value of tp_debug_client_get_messages_finish() is leaked
Return value of tp_debug_client_get_messages_finish() is leaked
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-10 08:07 UTC by Guillaume Desmottes
Modified: 2013-06-11 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debug-window: fix messages array leak (714 bytes, patch)
2013-06-10 08:08 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2013-06-10 08:07:18 UTC
While reviewing https://bugs.freedesktop.org/show_bug.cgi?id=65518 I noticed that Empathy wasn't freeing the returned array at all.
Comment 1 Guillaume Desmottes 2013-06-10 08:08:03 UTC
Created attachment 246383 [details] [review]
debug-window: fix messages array leak
Comment 2 Simon McVittie 2013-06-10 13:44:04 UTC
Review of attachment 246383 [details] [review]:

r+
Comment 3 Guillaume Desmottes 2013-06-11 13:49:23 UTC
Attachment 246383 [details] pushed as e23e2b8 - debug-window: fix messages array leak