mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix dangiling regionviews (and thus region refs) when streamview is deleted
This commit is contained in:
parent
b8e1f67b75
commit
9f62e034b7
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ StreamView::StreamView (RouteTimeAxisView& tv, ArdourCanvas::Container* canvas_g
|
|||
|
||||
StreamView::~StreamView ()
|
||||
{
|
||||
undisplay_track ();
|
||||
delete canvas_rect;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue