Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4133] Mate has memory leaks if GLib > 2.8 due to use of GM

Date: Tue, 30 Nov 2010 13:11:35 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4133

--- Comment #1 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-11-30 13:11:34 PST ---
(In reply to comment #0)
> plugins/mate_util.c uses various GLib GMemChunk functions including
> g_mem_chunk_destroy.

plugins/mate/mate_util.c, that is.  But a quick search of rev 35080 reveals
that g_mem_chunk_destroy() is used in:

file.c
epan/proto.c
epan/reassemble.c (bug #4141)
epan/tvbuff.c
epan/dissectors/packet-isakmp.c
epan/dissectors/packet-synphasor.c
plugins/mate/mate_util.c

> Unfortunately, as of GLib version 2.10, g_mem_chunk_destroy doesn't actually
> free memory thus leading to memory leaks.

By the looks of it, the glib maintainers will never fix it:
https://bugzilla.gnome.org/show_bug.cgi?id=352889

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.