Mixer: Don't leak spectrum view windows.
This commit is contained in:
parent
de6c22ac46
commit
f3fdea50d6
|
@ -709,6 +709,8 @@ Module::show_analysis_window ( void )
|
|||
while ( w->shown() )
|
||||
Fl::wait();
|
||||
|
||||
delete w;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue