Revert "Fix crash when removing Routes and VCA"
There is probably a good reason why _vca.reset() is called immediately, and6dc66ea78f
is a better solution to the issue This reverts commit83719fba1a
.
This commit is contained in:
parent
6dc66ea78f
commit
101829b280
@ -129,6 +129,8 @@ VCATimeAxisView::~VCATimeAxisView ()
|
||||
void
|
||||
VCATimeAxisView::self_delete ()
|
||||
{
|
||||
/* reset reference immediately rather than deferring to idle */
|
||||
_vca.reset ();
|
||||
delete_when_idle (this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user