Cleanup
This commit is contained in:
parent
c21abd28f8
commit
2f9eb86a59
|
@ -40,7 +40,7 @@ struct audio_mixer_handle
|
|||
|
||||
static void audio_mixer_stopped(audio_mixer_sound_t *sound, unsigned reason)
|
||||
{
|
||||
if (sound && reason != AUDIO_MIXER_SOUND_REPEATED)
|
||||
if (reason != AUDIO_MIXER_SOUND_REPEATED)
|
||||
{
|
||||
audio_mixer_destroy(sound);
|
||||
audio_set_bool(AUDIO_ACTION_MIXER, false);
|
||||
|
|
Loading…
Reference in New Issue