13
0

properly catch RTAV deletion.

fixes issue with editor-mixer retaining
a shared-pointer to the deleted route.
This commit is contained in:
Robin Gareus 2015-01-08 00:41:59 +01:00
parent 0a4038f1df
commit 21ffb956e6

View File

@ -336,6 +336,7 @@ RouteTimeAxisView::~RouteTimeAxisView ()
_automation_tracks.clear ();
delete route_group_menu;
CatchDeletion (this);
}
void