repeat previous commit's approach, but for VCATimeAxisView
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Jun 2016 23:26:52 +0000 (19:26 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Jun 2016 23:35:48 +0000 (19:35 -0400)
gtk2_ardour/vca_time_axis.cc

index 0bfe78fb3dbb8dc212c8bff27adc74abd68043d1..64b5657ff83180955be3b20ebdb1e9d00a3ceda4 100644 (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);
 }