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
+1 -1
View File
@@ -955,7 +955,7 @@ void SaveLinkTrainerNames(void)
// Finalize the new list, and clean up.
memcpy(gSaveBlock1Ptr->trainerNameRecords, newRecords, sizeof(gSaveBlock1Ptr->trainerNameRecords));
free(newRecords);
Free(newRecords);
}
}