mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
(PSP1) Free 'data' at end of free function
This commit is contained in:
parent
020546f923
commit
622ac28995
@ -426,6 +426,7 @@ static void psp_free(void *data)
|
||||
|
||||
memset(psp, 0, sizeof(psp1_video_t));
|
||||
|
||||
free(data);
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
|
Loading…
x
Reference in New Issue
Block a user