Revert "Fix crash when removing Routes and VCA"

There is probably a good reason why _vca.reset() is called
immediately, and 6dc66ea78f is a better solution to the issue

This reverts commit 83719fba1a.
This commit is contained in:
Robin Gareus 2022-01-29 05:18:01 +01:00
parent 6dc66ea78f
commit 101829b280
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -129,6 +129,8 @@ VCATimeAxisView::~VCATimeAxisView ()
void
VCATimeAxisView::self_delete ()
{
/* reset reference immediately rather than deferring to idle */
_vca.reset ();
delete_when_idle (this);
}