Memory leak fix in video blit cleanup.

This commit is contained in:
mjbudd77 2021-05-18 20:41:14 -04:00
parent 6d54990580
commit d01c019f11
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ void KillBlitToHigh(void)
hq3x_Kill();
else
hq2x_Kill();
free(specbuf);
specbuf=NULL;
}
if (nes_ntsc) {