aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-01-20 14:52:05 +0100
committerMichael Mann <mmann78@netscape.net>2017-01-21 00:27:25 +0000
commitd020990f0356f4793e00209ae99e9f2dd7b843c9 (patch)
tree933ddfc7a9a7f13fc862f3d047a853956985ed3b /epan/epan.c
parentfecf0d847e012bf4e73aa66da02166774acba65d (diff)
conversation_table: add cleanup function.
Change-Id: Icea963384c16b1ad5387a885219d0621b470181b Reviewed-on: https://code.wireshark.org/review/19699 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/epan.c b/epan/epan.c
index 1ad91b2395..10dba580f7 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -61,6 +61,7 @@
#include "disabled_protos.h"
#include "decode_as.h"
#include "dissector_filters.h"
+#include "conversation_table.h"
#ifdef HAVE_LUA
#include <lua.h>
@@ -210,6 +211,7 @@ epan_cleanup(void)
proto_cleanup();
prefs_cleanup();
decode_clear_all();
+ conversation_table_cleanup();
conversation_filters_cleanup();
packet_cleanup();
expert_cleanup();