mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 21:27:22 +01:00
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:
parent
657e7849e3
commit
0decd7d745
1 changed files with 4 additions and 0 deletions
|
|
@ -307,6 +307,10 @@ MixerStrip::~MixerStrip ()
|
|||
if (output_selector) {
|
||||
delete output_selector;
|
||||
}
|
||||
|
||||
if(comment_window) {
|
||||
delete comment_window;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue