mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Bug in unlock in driver initialization
This commit is contained in:
parent
a8f4470fcd
commit
2221c57ce8
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ new_fluid_dsound_audio_driver(fluid_settings_t* settings, fluid_synth_t* synth)
|
||||||
memset(buf1, 0, bytes1);
|
memset(buf1, 0, bytes1);
|
||||||
|
|
||||||
/* Unlock */
|
/* Unlock */
|
||||||
IDirectSoundCaptureBuffer_Unlock(dev->sec_buffer, buf1, bytes1, 0, 0);
|
IDirectSoundBuffer_Unlock(dev->sec_buffer, buf1, bytes1, 0, 0);
|
||||||
|
|
||||||
|
|
||||||
/* start the audio thread */
|
/* start the audio thread */
|
||||||
|
|
Loading…
Reference in a new issue