Delete comment window in destructor to close mantis 1870.

git-svn-id: svn://localhost/ardour2/branches/3.0@5831 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-10-20 22:58:50 +00:00
parent 6bef95806e
commit 0849685f85

View File

@ -314,6 +314,7 @@ MixerStrip::~MixerStrip ()
delete input_selector;
delete output_selector;
delete comment_window;
}
void