Commit ae6de85e authored by Dan Pascu's avatar Dan Pascu

Avoid random crahses on exit caused by out of order object deallocation

parent 5ded4f30
......@@ -65,4 +65,5 @@ if __name__ == '__main__':
from blink import Blink
blink = Blink()
blink.run()
os._exit(0)
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