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
This commit is contained in:
Ben Loftis 2009-10-21 19:15:26 +00:00
parent 657e7849e3
commit 0decd7d745

View file

@ -307,6 +307,10 @@ MixerStrip::~MixerStrip ()
if (output_selector) {
delete output_selector;
}
if(comment_window) {
delete comment_window;
}
}
void