mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
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:
parent
f744c8ac93
commit
6972b09116
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue