mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
This crashes
This commit is contained in:
parent
69061352a7
commit
33c96bf6f2
@ -957,8 +957,12 @@ static void audio_mixer_play_stop_cb(audio_mixer_sound_t *sound, unsigned reason
|
|||||||
if (idx >= 0)
|
if (idx >= 0)
|
||||||
{
|
{
|
||||||
unsigned i = (unsigned)idx;
|
unsigned i = (unsigned)idx;
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (audio_mixer_streams[i].buf != NULL)
|
if (audio_mixer_streams[i].buf != NULL)
|
||||||
free(audio_mixer_streams[i].buf);
|
free(audio_mixer_streams[i].buf);
|
||||||
|
#endif
|
||||||
|
|
||||||
audio_mixer_streams[i].state = AUDIO_STREAM_STATE_NONE;
|
audio_mixer_streams[i].state = AUDIO_STREAM_STATE_NONE;
|
||||||
audio_mixer_streams[i].volume = 0.0f;
|
audio_mixer_streams[i].volume = 0.0f;
|
||||||
audio_mixer_streams[i].buf = NULL;
|
audio_mixer_streams[i].buf = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user