summaryrefslogtreecommitdiff
path: root/epan/epan.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-01-24 14:19:22 +0100
committerMichael Mann <mmann78@netscape.net>2017-02-04 13:25:14 +0000
commit0b25b1ab072c559fc897348dce286ee32ff7308b (patch)
treeebc31455c30378f842f86f65c8babc1c7b289a5e /epan/epan.c
parente59583624cec7a3bed0aab95a365afe0f3e64397 (diff)
downloadwireshark-0b25b1ab072c559fc897348dce286ee32ff7308b.tar.gz
tap: add cleanup routine.
Change-Id: I460b053880ed43a7377b7696531bbaeb0fd0d68b Reviewed-on: https://code.wireshark.org/review/19764 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/epan.c b/epan/epan.c
index f1451940f6..85472416bf 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -217,6 +217,7 @@ epan_cleanup(void)
conversation_table_cleanup();
conversation_filters_cleanup();
reassembly_table_cleanup();
+ tap_cleanup();
packet_cleanup();
expert_cleanup();
capture_dissector_cleanup();