mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(PSP1) Take out redundant memset in free function now that we free
video_data at the end
This commit is contained in:
parent
94fbb99410
commit
d91cdaee37
@ -407,8 +407,6 @@ static void psp_free(void *data)
|
||||
if (psp->rgui.frame)
|
||||
free(psp->rgui.frame);
|
||||
|
||||
memset(psp, 0, sizeof(psp1_video_t));
|
||||
|
||||
free(data);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user