can' free frame_buf here, needs fixing

This commit is contained in:
radius 2017-12-06 16:01:10 -05:00
parent aee4f887c7
commit 26255a2475

View File

@ -62,7 +62,6 @@ void retro_init(void)
void retro_deinit(void)
{
context_destroy();
free(frame_buf);
frame_buf = NULL;
}