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.