http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39744
User: stig
Date: 2011/11/06 09:39 AM
Log:
From Robert G. Jakabosky via bug 5575:
Fix memory errors in Lua dissectors.
- Free Tvb when created from ByteArray.
- Free TvbRange correctly.
- Free string from get_persconffile_path and get_datafile_path.
- Some code cleanup.
Directory: /trunk/epan/wslua/
Changes Path Action
+1 -0 init_wslua.c Modified
+2 -0 wslua.h Modified
+2 -1 wslua_dumper.c Modified
+2 -2 wslua_proto.c Modified
+56 -12 wslua_tvb.c Modified
+5 -3 wslua_util.c Modified