mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Applied Jamieson630's race condition fix to the ALSA driver as well.
svn-id: r8440
This commit is contained in:
parent
0503b553df
commit
f504809b87
@ -134,6 +134,7 @@ int MidiDriver_ALSA::open() {
|
||||
|
||||
void MidiDriver_ALSA::close() {
|
||||
_isOpen = false;
|
||||
MidiDriver_MPU401::close();
|
||||
if (seq_handle)
|
||||
snd_seq_close(seq_handle);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user