summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-mtp3.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-06-15 00:47:44 +0200
committerAnders Broman <a.broman58@gmail.com>2016-06-16 04:01:57 +0000
commit4962ea601f6ee08a4f774750dc37bac2fd92c2ca (patch)
treeead10a89f64e512ba058c8017bf3dbd04c7070c1 /epan/dissectors/packet-mtp3.c
parenta38db78f7da431e12d2ee3b995ff68f9c4f50a35 (diff)
downloadwireshark-4962ea601f6ee08a4f774750dc37bac2fd92c2ca.tar.gz
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@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-mtp3.c')
-rw-r--r--epan/dissectors/packet-mtp3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mtp3.c b/epan/dissectors/packet-mtp3.c
index 64b7f89a0d..078f764fe7 100644
--- a/epan/dissectors/packet-mtp3.c
+++ b/epan/dissectors/packet-mtp3.c
@@ -1060,7 +1060,8 @@ proto_register_mtp3(void)
NULL,
sizeof(mtp3_stat_fields)/sizeof(stat_tap_table_item), mtp3_stat_fields,
sizeof(mtp3_stat_params)/sizeof(tap_param), mtp3_stat_params,
- NULL
+ NULL,
+ 0
};
/* Register the protocol name and description */