Delete RouteUI immediately on request, rather than in an

idle loop.  The idle loop bit is thought to be a
hangover from A2, and it causes #4315 because the
deleted ARDOUR::Route requests its references to be
dropped but its TimeAxisView hangs around for too long.


git-svn-id: svn://localhost/ardour2/branches/3.0@10066 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-09-08 17:48:58 +00:00
parent f744c8ac93
commit 6972b09116

View file

@ -172,9 +172,7 @@ RouteUI::reset ()
void
RouteUI::self_delete ()
{
/* This may be called from a non-GUI thread. Keep it safe */
delete_when_idle (this);
delete this;
}
void