Mixer: Don't leak spectrum view windows.

pull/116/head
Jonathan Moore Liles 2013-10-12 14:23:06 -07:00
parent de6c22ac46
commit f3fdea50d6
1 changed files with 2 additions and 0 deletions

View File

@ -709,6 +709,8 @@ Module::show_analysis_window ( void )
while ( w->shown() )
Fl::wait();
delete w;
return true;
}