Add a couple of function calls so that Ardour will perform some basic cleanup when...
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 15 Jul 2014 12:19:33 +0000 (13:19 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 15 Jul 2014 12:19:33 +0000 (13:19 +0100)
commit74ec58c12e3f214d5a8a1ad843d15fb36394a7ae
tree690b3e3f079fbe106249b3602f7cfa3f9d1e631b
parentde218360d023734675c3533a473dab188c3491fd
Add a couple of function calls so that Ardour will perform some basic cleanup when the user exits

Up until now we were relying on various d'tors to do this cleanup for us. However, because we were calling 'exit()' (to terminate the program) those d'tors were never getting called. We should probably review the use of exit() as a termination strategy.
gtk2_ardour/ardour_ui.cc