summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 26d1127..559e125 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -290,12 +290,16 @@ Patchage::~Patchage()
#endif
#ifdef HAVE_LASH
delete _lash_proxy;
+ delete _project_list;
+ delete _session;
+ delete _dbus;
#endif
delete _state_manager;
-
+
_about_win.destroy();
_messages_win.destroy();
- //_main_win.destroy();
+
+ _xml.reset();
}
@@ -646,6 +650,7 @@ Patchage::on_quit()
_jack_driver->detach();
#endif
_main_win->hide();
+ _canvas.reset();
}