mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
properly catch RTAV deletion.
fixes issue with editor-mixer retaining a shared-pointer to the deleted route.
This commit is contained in:
parent
0a4038f1df
commit
21ffb956e6
1 changed files with 1 additions and 0 deletions
|
|
@ -336,6 +336,7 @@ RouteTimeAxisView::~RouteTimeAxisView ()
|
||||||
_automation_tracks.clear ();
|
_automation_tracks.clear ();
|
||||||
|
|
||||||
delete route_group_menu;
|
delete route_group_menu;
|
||||||
|
CatchDeletion (this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue