From 21ffb956e65b75d2ea42fe431c55773f08b9698a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 8 Jan 2015 00:41:59 +0100 Subject: [PATCH] properly catch RTAV deletion. fixes issue with editor-mixer retaining a shared-pointer to the deleted route. --- gtk2_ardour/route_time_axis.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index fff7896674..c54775d845 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -336,6 +336,7 @@ RouteTimeAxisView::~RouteTimeAxisView () _automation_tracks.clear (); delete route_group_menu; + CatchDeletion (this); } void