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
This commit is contained in:
Paul Davis 2008-10-07 22:23:24 +00:00
parent d5391a9863
commit 599b18f950

View 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 ();
}