summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index f6a5cffb0b..f049bea2b9 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -323,6 +323,11 @@ EditorRoutes::EditorRoutes (Editor* e)
Route::PluginSetup.connect_same_thread (*this, boost::bind (&EditorRoutes::plugin_setup, this, _1, _2, _3));
}
+EditorRoutes::~EditorRoutes ()
+{
+ delete _menu;
+}
+
bool
EditorRoutes::focus_in (GdkEventFocus*)
{