URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=499d912f4b12c8121979f44b1a8b7551c17ee76b
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
499d912 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
funnel: Free callback data
Free allocated callback data in FunnelStringDialog, TextWindow and
registered menu items. Also free strings used in FunnelStringDialog.
Bug: 16177
Change-Id: I9a129b8975a55d1dc89fe851116feebe82763bca
Reviewed-on: https://code.wireshark.org/review/34945
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from b01f0fe Fix find_conversation_pinfo() description in documentation
add 499d912 funnel: Free callback data
Summary of changes:
epan/funnel.c | 6 ++++++
epan/funnel.h | 6 +++++-
epan/wslua/wslua.h | 1 +
epan/wslua/wslua_gui.c | 11 +++++++++--
ui/qt/funnel_string_dialog.cpp | 18 ++++++++++++------
ui/qt/funnel_string_dialog.h | 7 ++++---
ui/qt/funnel_text_dialog.cpp | 12 ++++++++++++
7 files changed, 49 insertions(+), 12 deletions(-)