summaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/epan.c b/epan/epan.c
index f665983..43d1f08 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -444,17 +444,17 @@ epan_cleanup(void)
except_deinit();
addr_resolv_cleanup();
-#ifdef HAVE_PLUGINS
- plugins_cleanup(libwireshark_plugins);
- libwireshark_plugins = NULL;
-#endif
-
if (pinfo_pool_cache != NULL) {
wmem_destroy_allocator(pinfo_pool_cache);
pinfo_pool_cache = NULL;
}
wmem_cleanup_scopes();
+
+#ifdef HAVE_PLUGINS
+ plugins_cleanup(libwireshark_plugins);
+ libwireshark_plugins = NULL;
+#endif
}
struct epan_session {