summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/mainwindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/mainwindow/mainwindow.py')
-rw-r--r--qutebrowser/mainwindow/mainwindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qutebrowser/mainwindow/mainwindow.py b/qutebrowser/mainwindow/mainwindow.py
index cf77866f2..1168cfb99 100644
--- a/qutebrowser/mainwindow/mainwindow.py
+++ b/qutebrowser/mainwindow/mainwindow.py
@@ -689,4 +689,6 @@ class MainWindow(QWidget):
sessions.session_manager.save_last_window_session()
self._save_geometry()
+
log.destroy.debug("Closing window {}".format(self.win_id))
+ self.tabbed_browser.shutdown()