From Evan Huus:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 9 Jul 2012 01:56:27 +0000 (01:56 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 9 Jul 2012 01:56:27 +0000 (01:56 +0000)
commit663c1c9b1af58225e8782883e67c828c190c69b0
tree980adfbed6d1bac14a195b620b72da7c909378e9
parent4fddfbffbe3a3fd3ff57080140a1530f348b28bc
From Evan Huus:
Fix leaks

- don't g_strdup a string just to use it in a g_strdup_printf
- clean up properly in error cases in lua bindings
- misc. other missing g_free() calls
- one missing fclose() in the new 80211_utils

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7454

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43617 f5534014-38df-0310-8fa8-9805f1628bb7
epan/filesystem.c
epan/wslua/wslua_proto.c
mkcap.c
ui/cli/tap-rtp.c
ui/gtk/main_menubar.c
ui/gtk/proto_hier_stats_dlg.c
ws80211_utils.c