Set video_buf to NULL at retro_deinit time

This commit is contained in:
twinaphex 2016-08-08 04:25:52 +02:00
parent def1fbdd01
commit 36391e168b

View File

@ -161,6 +161,7 @@ void retro_deinit()
#else
free(video_buf);
#endif
video_buf = NULL;
}
void retro_set_environment(retro_environment_t cb)