URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4962ea601f6ee08a4f774750dc37bac2fd92c2ca
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4962ea6 by Dario Lombardo (lomato@xxxxxxxxx):
qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleStatisticsDialog.
Add a reference count to stat_tap_table_ui to prevent bad deallocations.
Bug: 12437
Change-Id: Ib9b1f929d08a574c306dc755ec416ab94a3fd6d3
Reviewed-on: https://code.wireshark.org/review/15920
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from a38db78 Update the X11 dissector to use the latest mesa and xcbproto.
adds 4962ea6 qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleStatisticsDialog.
Summary of changes:
.../asn1/ansi_map/packet-ansi_map-template.c | 3 +-
epan/dissectors/asn1/camel/packet-camel-template.c | 3 +-
.../asn1/gsm_map/packet-gsm_map-template.c | 3 +-
epan/dissectors/asn1/h225/packet-h225-template.c | 3 +-
epan/dissectors/packet-ansi_a.c | 6 ++-
epan/dissectors/packet-ansi_map.c | 3 +-
epan/dissectors/packet-bootp.c | 3 +-
epan/dissectors/packet-camel.c | 3 +-
epan/dissectors/packet-gsm_a_common.c | 30 ++++++++-----
epan/dissectors/packet-gsm_map.c | 5 ++-
epan/dissectors/packet-h225.c | 45 ++++++++++----------
epan/dissectors/packet-mtp3.c | 3 +-
epan/dissectors/packet-rpc.c | 3 +-
epan/dissectors/packet-sip.c | 3 +-
epan/dissectors/packet-wsp.c | 3 +-
epan/stat_tap_ui.h | 1 +
ui/qt/simple_statistics_dialog.cpp | 11 ++++-
ui/qt/simple_statistics_dialog.h | 2 +
18 files changed, 85 insertions(+), 48 deletions(-)