aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
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 0b12a690e7..182aae10f7 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -56,6 +56,7 @@
#include "capture_dissectors.h"
#include "exported_pdu.h"
#include "export_object.h"
+#include "stat_tap_ui.h"
#ifdef HAVE_LUA
#include <lua.h>
@@ -209,6 +210,7 @@ epan_cleanup(void)
capture_dissector_cleanup();
export_pdu_cleanup();
export_object_cleanup();
+ stat_tap_table_cleanup();
#ifdef HAVE_LUA
wslua_cleanup();
#endif