aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorruengeler <ruengeler@wireshark.org>2014-05-15 13:38:37 +0200
committerAnders Broman <a.broman58@gmail.com>2014-05-15 11:58:57 +0000
commit53eeff6c91d297aee698b95c20c9fc15e774a47a (patch)
tree9c292aa1dde1a4f3c168ccb993ba93947be0871b /ui
parent45da41d6fea94efef23810abaa38f100f3eac112 (diff)
Do not leave the Options Interfaces Dialog open, when the Main Window is closed.
Change-Id: Ifd4fb88ceff24561131fad1d72531889e323f5ac Reviewed-on: https://code.wireshark.org/review/1651 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 1d5cdf243b..19af5372c9 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -409,6 +409,7 @@ void MainWindow::closeEvent(QCloseEvent *event) {
return;
}
+ capture_interfaces_dialog_.close();
// Make sure we kill any open dumpcap processes.
delete main_welcome_;