http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2453
Márton Németh <nm127@xxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |balint.reczey@xxxxxxxxxxxx
--- Comment #17 from Márton Németh <nm127@xxxxxxxxxxx> 2008-04-29 23:31:50 GMT ---
I don't really understand why should be there *anything* which has to be
cleared. Lua will manage the memory and call the __gc if something has to be
cleared. What can be cleared are the actual userdata and not the pointer itself
(see epan/wslua/wslua.h)
If I understand the situation correctly maybe the __gc function should be
implemented instead of reinventing the wheel with this "outstanding_stuff"
thing.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.