mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
Set video_buf to NULL at retro_deinit time
This commit is contained in:
parent
def1fbdd01
commit
36391e168b
@ -161,6 +161,7 @@ void retro_deinit()
|
||||
#else
|
||||
free(video_buf);
|
||||
#endif
|
||||
video_buf = NULL;
|
||||
}
|
||||
|
||||
void retro_set_environment(retro_environment_t cb)
|
||||
|
Loading…
Reference in New Issue
Block a user