(ffmpeg_core.c) Fix build
This commit is contained in:
parent
66f189dff6
commit
7863b3a21f
|
@ -479,6 +479,7 @@ void CORE_PREFIX(retro_run)(void)
|
|||
glfft_init_multisample(fft, fft_width, fft_height, fft_multisample);
|
||||
|
||||
if (fft && (old_glfft != glfft))
|
||||
{
|
||||
glfft_free(fft);
|
||||
fft = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue