(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…
Reference in New Issue