Commit 5990e409 authored by Dan Pascu's avatar Dan Pascu

Added back waiting for SIPApplication thread on exit

parent 348804bb
......@@ -88,6 +88,7 @@ class Blink(QApplication):
self.exec_()
self.update_manager.shutdown()
self.application.stop()
self.application.thread.join()
log_manager = LogManager()
log_manager.stop()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment