summaryrefslogtreecommitdiff
path: root/captype.c
diff options
context:
space:
mode:
Diffstat (limited to 'captype.c')
-rw-r--r--captype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/captype.c b/captype.c
index 5858a392f8..8bff6f01b5 100644
--- a/captype.c
+++ b/captype.c
@@ -217,6 +217,10 @@ main(int argc, char *argv[])
}
wtap_cleanup();
+ free_progdirs();
+#ifdef HAVE_PLUGINS
+ plugins_cleanup();
+#endif
return overall_error_status;
}