summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 7bdf9466ee..d32dfeb23b 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -852,6 +852,10 @@ int main(int argc, char *argv[])
ret_val = wsApp->exec();
+#ifdef HAVE_EXTCAP
+ extcap_cleanup();
+#endif
+
epan_cleanup();
AirPDcapDestroyContext(&airpdcap_ctx);