From 3fed69e2ebb44d369a1226aa68fd2d4b2cf34d1c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Dec 2011 23:48:39 +0000 Subject: Remove cruft. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3811 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PatchageModule.cpp') diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index 6ebf335..2d53a27 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -32,6 +32,7 @@ PatchageModule::PatchageModule( PatchageModule::~PatchageModule() { + _app->canvas()->remove_module(this); delete _menu; _menu = NULL; } -- cgit v1.2.1