gui: Shutdown scheduler after schedule() returns.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 7 Oct 2014 19:50:25 +0000 (19:50 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Feb 2015 14:10:55 +0000 (15:10 +0100)
commit6ceaf430c5d331db83b591ae02d9eef5c87a31df
tree92a574bf9e15fecfa25c0ee67c12f1d8406d680b
parent9e4aca4df3f800aec0c635031d5984b5e6d186a6
gui: Shutdown scheduler after schedule() returns.

This makes sure all resources allocated by the scheduler are released.
Since we exit anyway when schedule() returns, this is not a serious
memory leak. The fix helps to identify real leaks though.
gui.c