summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-11-03 14:33:04 +0000
committerTodd Naugle <toddn@glw.com>2011-11-03 14:33:04 +0000
commitdf5b171c2a33ffe842e6e44564ad62e55d8bc5e1 (patch)
treeb5fd03b1e790d53ce128b122201d65ca65204adc /gtk2_ardour/ardour_ui.cc
parent85d34e80bf3c43c87c468f047f75ef572925aa5d (diff)
backports of 10318, 10380, 10403-10405. Fixes a crash in opening sessions and several leak fixes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10411 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index d8e7ae53cb..aa302d4149 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -410,6 +410,10 @@ ARDOUR_UI::~ARDOUR_UI ()
if (new_session_dialog) {
delete new_session_dialog;
}
+
+ if (splash) {
+ delete splash;
+ }
}
void