https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3813
Summary: memory leak since r29187 (sort of)
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: dgautheron@xxxxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
r29187:
file.c
Use g_slice if glib >=2.10
the memory is never freed on file close/reload.
It's not really a new leak because in recent glibs g_mem_chunk_destroy doesn't
free it either...
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.