changeset 2172:b96492b41c74

Also officially stop recording before exiting
author Chris Cannam
date Fri, 04 Jan 2019 15:24:56 +0000
parents a38d6f0f1d06
children a961cbf770e5
files main/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/MainWindow.cpp	Fri Jan 04 15:24:46 2019 +0000
+++ b/main/MainWindow.cpp	Fri Jan 04 15:24:56 2019 +0000
@@ -3617,6 +3617,7 @@
         m_preferencesDialog->applicationClosing(true);
     }
 
+    stop();
     closeSession();
 
     e->accept();