mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 20:06:09 +01:00
Fix crash after deleting automation region views (#4718).
This commit is contained in:
parent
589cc3162b
commit
a1e4befcca
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ AutomationRegionView::AutomationRegionView (ArdourCanvas::Container*
|
|||
|
||||
AutomationRegionView::~AutomationRegionView ()
|
||||
{
|
||||
RegionViewGoingAway (this); /* EMIT_SIGNAL */
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue