Hopefully fix the issue with the Windows process not exiting on some systems

bzr-revno: 1997
Fixes: https://launchpad.net/bugs/870879
This commit is contained in:
Jonathan Corwin 2012-06-19 14:56:11 +02:00 committed by Raoul Snyman
commit 8fe8da6324
1 changed files with 2 additions and 0 deletions

View File

@ -1216,6 +1216,8 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
if self.liveController.display:
self.liveController.display.close()
self.liveController.display = None
# Allow the main process to exit
self.application = None
def serviceChanged(self, reset=False, serviceName=None):
"""