https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4134
--- Comment #3 from Bill Meier <wmeier@xxxxxxxxxxx> 2012-08-09 12:50:48 PDT ---
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));
...
}
I'll take another look [now that I'm older and wiser ;) ]
Bill
--
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.