From 89be7ae58ceeb4cd478376a718fc53d288f07710 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Dec 2014 18:42:35 -0500 Subject: Fix crash on quit when in a non-route time axis. --- gtk2_ardour/route_time_axis.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/route_time_axis.cc') diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 0e71f858a4..ae75087d19 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -323,8 +323,6 @@ RouteTimeAxisView::set_route (boost::shared_ptr rt) RouteTimeAxisView::~RouteTimeAxisView () { - CatchDeletion (this); - for (list::iterator i = processor_automation.begin(); i != processor_automation.end(); ++i) { delete *i; } -- cgit v1.2.3