13
0

Fix crash after deleting automation region views (#4718).

This commit is contained in:
David Robillard 2014-11-13 22:18:15 -05:00
parent 589cc3162b
commit a1e4befcca

View File

@ -60,6 +60,7 @@ AutomationRegionView::AutomationRegionView (ArdourCanvas::Container*
AutomationRegionView::~AutomationRegionView ()
{
RegionViewGoingAway (this); /* EMIT_SIGNAL */
}
void