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: Thu, 9 Aug 2012 12:50:48 -0700 (PDT)
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.