DS: Fix some OPL data which was incorrectly freed from the main heap on the DS port

This commit is contained in:
agent-q 2011-05-21 15:46:59 +01:00
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);