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 4141] Reassemble.c leaks memory for GLIB > 2.8

Date: Fri, 27 Jul 2012 11:08:41 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4141

--- Comment #12 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-07-27 11:08:41 PDT ---
(In reply to comment #10)
> It looks strange for me, somehow free_all_fragments() is not called?

Answering myself: 
When whole fragment is reasembled fragments are freed with
free_all_reassembled_fragments() NOT free_all_fragments()

free_all_reassembled_fragments() don't call g_slice_free(fragment_data,
fd_head);

-- 
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.