Prevent a crash in the situation where:
authorCarl Hetherington <carl@carlh.net>
Wed, 23 Dec 2009 00:33:03 +0000 (00:33 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 23 Dec 2009 00:33:03 +0000 (00:33 +0000)
commit24c0654fd5ec04066f139f9684496f5fe2ed9422
tree0b6ddcfd563bb25014115d4d402a522a9d19ff63
parent682f2fc8ee154f62c6881560fc4c7bbac9e2eb98
Prevent a crash in the situation where:
 1. session teardown starts
 2. editor responds by removing and destroying all TimeAxisViews
 3. session then asks all routes to drop refs
 4. the editor is called by each route's drop refs handler to remove the associated TimeAxisView
 5. that TimeAxisView has already been destroyed in (2)

git-svn-id: svn://localhost/ardour2/branches/3.0@6392 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/editor.cc