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 4134] packet-iax2 leaks memory when a capture file is relo

Date: Fri, 10 Aug 2012 05:45:52 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4134

--- Comment #4 from Michael Mann <mmann78@xxxxxxxxxxxx> 2012-08-10 05:45:51 PDT ---
(In reply to comment #3)
> The problem is that fragment_tables are created but (AFAICT) never freed.
> static iax_call_data *iax_new_call(...) {
>   ...
>   call->fragment_table = NULL;
>   fragment_table_init(&(call->fragment_table));
>   ...
> }

Yes, I believe you're right (I was just looking strictly for g_malloc calls). 
In addition, the fid_table hash table is also never freed.

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