Wireshark-commits: [Wireshark-commits] rev 35795: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_pinf
Date: Thu, 03 Feb 2011 23:17:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35795

User: jake
Date: 2011/02/03 03:17 PM

Log:
 From David Carne:
 col_set_str simply stores the pointer passed to it, and luaL_checkstring
 returns a temporary pointer. Changing col_set_str to col_add_str in
 Columns_newindex seems to fix the issue.

Directory: /trunk/epan/wslua/
  Changes    Path             Action
  +1 -1      wslua_pinfo.c    Modified