https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3185
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2009-09-14 18:37:26 PDT ---
Patch checked in with one major/important change: use ep_alloc() for the
structures being handed to the tap(s) instead of se_alloc(). Taps are called
before ep_alloc()ated things are freed so this is safe and it means all that
memory gets freed as we go (instead of only when the file is closed).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.