mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Fix Coverity warning
This commit is contained in:
parent
b1ec722a75
commit
a3a047b8ec
@ -673,7 +673,8 @@ static bool audio_mixer_play_flac(
|
||||
|
||||
if (!flac_buffer)
|
||||
{
|
||||
resamp->free(resampler_data);
|
||||
if (resamp && resamp->free)
|
||||
resamp->free(resampler_data);
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user