This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Mixer: Don't segfault during teardown upon WM initiated exit.
tags/non-daw-v1.1.0
Jonathan Moore Liles
13 years ago
parent
72073030a7
commit
a8888d40b4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mixer/src/Mixer.C
+ 2
- 1
mixer/src/Mixer.C
View File
@@ -361,7 +361,8 @@ void Mixer::remove ( Mixer_Strip *ms )
mixer_strips->remove( ms );
parent()->redraw();
if ( parent() )
parent()->redraw();
}
bool
Write
Preview
Loading…
Cancel
Save