mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-01 23:58:26 +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…
Reference in New Issue
Block a user