Use FCEU_free instead of free for mappers
This commit is contained in:
@@ -77,7 +77,7 @@ static DECLFW(M235Write) {
|
|||||||
|
|
||||||
static void M235Close(void) {
|
static void M235Close(void) {
|
||||||
if (CHRRAM)
|
if (CHRRAM)
|
||||||
free(CHRRAM);
|
FCEU_free(CHRRAM);
|
||||||
CHRRAM = NULL;
|
CHRRAM = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user