summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_time_axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/vca_time_axis.cc')
-rw-r--r--gtk2_ardour/vca_time_axis.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_time_axis.cc b/gtk2_ardour/vca_time_axis.cc
index 0bfe78fb3d..64b5657ff8 100644
--- a/gtk2_ardour/vca_time_axis.cc
+++ b/gtk2_ardour/vca_time_axis.cc
@@ -95,6 +95,8 @@ VCATimeAxisView::~VCATimeAxisView ()
void
VCATimeAxisView::self_delete ()
{
+ /* reset reference immediately rather than deferring to idle */
+ _vca.reset ();
delete_when_idle (this);
}