From 3bb492a0c0455b0576795aba6759d545f8380635 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 7 Oct 2015 14:19:23 +0200 Subject: [PATCH] fix crash for solo btn2 + primary-mod --- gtk2_ardour/route_ui.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index b05877346f..fd65b79eea 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -617,6 +617,9 @@ RouteUI::solo_press(GdkEventButton* ev) } } + delete _solo_release; + _solo_release = 0; + } else { /* click: solo this route */