From 599b18f95063b1c44056c427cc9369d3a59ebb4e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Oct 2008 22:23:24 +0000 Subject: [PATCH] do not manage the remote control menu, since it is explicitly deleted during destruction of its parent RouteUI git-svn-id: svn://localhost/ardour2/branches/3.0@3882 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 44032a4ea5..d948d47550 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -503,7 +503,7 @@ RouteUI::update_rec_display () void RouteUI::build_remote_control_menu () { - remote_control_menu = manage (new Menu); + remote_control_menu = new Menu; refresh_remote_control_menu (); }