13
0

repeat previous commit's approach, but for VCATimeAxisView

This commit is contained in:
Paul Davis 2016-06-06 19:26:52 -04:00
parent 56c831199e
commit d14c3adfe7

View File

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