diff --git a/psp1/psp1_video.c b/psp1/psp1_video.c index c3ad001fcc..df7d9f8793 100644 --- a/psp1/psp1_video.c +++ b/psp1/psp1_video.c @@ -426,6 +426,7 @@ static void psp_free(void *data) memset(psp, 0, sizeof(psp1_video_t)); + free(data); } #ifdef HAVE_MENU