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

gtk2_ardour/route_ui.cc

index 44032a4ea5cbf11eaa7afa299aea02297c0cce37..d948d47550cf482545b379b6f09ac34ac0035205 100644 (file)
@@ -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 ();
 }