Fix GCC errors 2

This commit is contained in:
Natt Akuma 2022-05-11 00:29:17 +07:00
parent 960a8e3616
commit 00414c6504
2 changed files with 2 additions and 5 deletions

View file

@ -379,11 +379,7 @@ void DivPlatformSCC::quit() {
delete oscBuf[i];
}
if (scc!=NULL) {
if (isPlus) {
delete (k052539_scc_core*)scc;
} else {
delete (k051649_scc_core*)scc;
}
delete scc;
}
}