Forgot to update comment

This commit is contained in:
Unixian
2025-01-02 04:04:43 -05:00
parent 150a11fdce
commit b0b2289851

View File

@@ -257,6 +257,7 @@ HANDLE HeapHandle;
void XMemFreeDefault_X(PVOID pADDRESS, uint64_t dwAllocAttributes) {
// note from unixian: previous implementation used invalid handle, Alloc uses malloc, so we use free here
// this SHOULD be replaced with a proper reversal of xmem, but for now, this *should* be fine
free(pADDRESS);
}