http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2372
Summary: Memory leakage in epan/oids.c
Product: Wireshark
Version: 1.0.0
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: stig@xxxxxxxxxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
We have a memory leakage in epan/oids.c where we do not free the memory
allocated in libsmi.
This is because we currently can have wireshark and libsmi compiled with
different compilers, which can cause the memory to be allocated in one heap and
free'd in another.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.