(PSP1) Take out redundant memset in free function now that we free

video_data at the end
This commit is contained in:
twinaphex 2014-05-29 22:55:18 +02:00
parent 94fbb99410
commit d91cdaee37

View File

@ -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);
}