Wireshark-commits: [Wireshark-commits] rev 51872: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_tvb.

Date: Mon, 09 Sep 2013 17:49:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51872

User: stig
Date: 2013/09/09 10:49 AM

Log:
 Removed return value from ByteArray append and prepend, as this did push
 the same ByteArray twice (and thus calling the GC twice).
 This should fix bug 4461.
 
 Changed ByteArray concat to create a new array to be returned.

Directory: /trunk/epan/wslua/
  Changes    Path           Action
  +7 -6      wslua_tvb.c    Modified