mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 15:51:42 +00:00
DS: Fix some OPL data which was incorrectly freed from the main heap on the DS port
This commit is contained in:
parent
92a71f7452
commit
a9b5d5e2bb
@ -757,8 +757,10 @@ static int OPLOpenTable(void) {
|
||||
}
|
||||
|
||||
static void OPLCloseTable(void) {
|
||||
#ifndef __DS__
|
||||
free(TL_TABLE);
|
||||
free(SIN_TABLE);
|
||||
#endif
|
||||
free(AMS_TABLE);
|
||||
free(VIB_TABLE);
|
||||
free(ENV_CURVE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user