mirror of
https://github.com/libretro/libretro-nuklear-soft.git
synced 2024-11-23 08:09:40 +00:00
can' free frame_buf here, needs fixing
This commit is contained in:
parent
aee4f887c7
commit
26255a2475
@ -62,7 +62,6 @@ void retro_init(void)
|
||||
void retro_deinit(void)
|
||||
{
|
||||
context_destroy();
|
||||
free(frame_buf);
|
||||
frame_buf = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user