(PSP1) Free 'data' at end of free function

This commit is contained in:
twinaphex 2014-05-29 22:49:53 +02:00
parent 020546f923
commit 622ac28995

View File

@ -426,6 +426,7 @@ static void psp_free(void *data)
memset(psp, 0, sizeof(psp1_video_t));
free(data);
}
#ifdef HAVE_MENU