mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
Fix GCC errors
This commit is contained in:
parent
28c0751659
commit
960a8e3616
1 changed files with 5 additions and 1 deletions
|
@ -379,7 +379,11 @@ void DivPlatformSCC::quit() {
|
|||
delete oscBuf[i];
|
||||
}
|
||||
if (scc!=NULL) {
|
||||
delete scc;
|
||||
if (isPlus) {
|
||||
delete (k052539_scc_core*)scc;
|
||||
} else {
|
||||
delete (k051649_scc_core*)scc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue