From 0decd7d745a3e5ef11e95373ee935c85b15a28a1 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 21 Oct 2009 19:15:26 +0000 Subject: [PATCH] Delete comment window in destructor to close mantis 1870. thanks carlh git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5847 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_strip.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index 4861efd07c..833b713583 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -307,6 +307,10 @@ MixerStrip::~MixerStrip () if (output_selector) { delete output_selector; } + + if(comment_window) { + delete comment_window; + } } void