Removed free macro

This commit is contained in:
Eduardo Quezada
2022-09-16 20:36:44 -03:00
parent e412ec30a0
commit 8a68596b64
12 changed files with 30 additions and 31 deletions
+2 -2
View File
@@ -475,8 +475,8 @@ bool32 MoveRecordedBattleToSaveData(void)
break;
}
free(battleSave);
free(savSection);
Free(battleSave);
Free(savSection);
return ret;
}