do not manage the remote control menu, since it is explicitly deleted during destruct...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Oct 2008 22:22:35 +0000 (22:22 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Oct 2008 22:22:35 +0000 (22:22 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3881 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/route_ui.cc

index 1b2264e27094da2e2d3a2b0b1ab10e04197ed117..fedb47c4c3f4406d0fef96bdd051f6a56a32820a 100644 (file)
@@ -570,7 +570,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 ();
 }