(ffmpeg_core.c) Fix build

This commit is contained in:
twinaphex 2016-12-26 02:53:21 +01:00
parent 66f189dff6
commit 7863b3a21f
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}