Delete comment window in destructor to close mantis 1870. thanks carlh
authorBen Loftis <ben@glw.com>
Wed, 21 Oct 2009 19:15:26 +0000 (19:15 +0000)
committerBen Loftis <ben@glw.com>
Wed, 21 Oct 2009 19:15:26 +0000 (19:15 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5847 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/mixer_strip.cc

index 4861efd07c6c3519426d8a103b472c169af5bd42..833b713583649abf720fc1fbe30bcac9dcf5b2de 100644 (file)
@@ -307,6 +307,10 @@ MixerStrip::~MixerStrip ()
        if (output_selector) {
                delete output_selector;
        }
+       
+       if(comment_window) {
+               delete comment_window;
+       }
 }
 
 void