Mixer: Don't segfault during teardown upon WM initiated exit.
This commit is contained in:
parent
72073030a7
commit
a8888d40b4
|
@ -361,7 +361,8 @@ void Mixer::remove ( Mixer_Strip *ms )
|
|||
|
||||
mixer_strips->remove( ms );
|
||||
|
||||
parent()->redraw();
|
||||
if ( parent() )
|
||||
parent()->redraw();
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue