summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/route_ui.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc
index fc9d878b83..90de21d854 100644
--- a/gtk2_ardour/route_ui.cc
+++ b/gtk2_ardour/route_ui.cc
@@ -172,9 +172,7 @@ RouteUI::reset ()
void
RouteUI::self_delete ()
{
- /* This may be called from a non-GUI thread. Keep it safe */
-
- delete_when_idle (this);
+ delete this;
}
void