URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c30df319547442b3847693c821844735fd692d9c
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c30df31 by Evan Huus (eapache@xxxxxxxxx):
lua_pushstring takes a copy of its argument
free the value we pass it, fixing a memory leak
Change-Id: I446cb85d82a0697c24035461ad03450855b68884
Reviewed-on: https://code.wireshark.org/review/2304
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 7067e3a Create and register subtree identifiers for all opcua array types
adds c30df31 lua_pushstring takes a copy of its argument
Summary of changes:
epan/wslua/wslua_util.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)