rename and fixed missing unlock

This commit is contained in:
2026-06-09 20:37:30 +02:00
parent 41b6dfa9f1
commit 847dfe1484
3 changed files with 7 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ int main()
#if USE_MALLOC
myptrs[i] = realloc(myptrs[i], size);
#else
myptrs[i] = MIHP_Realloc(&myHeap, myptrs[i], size);
myptrs[i] = MIHP_Reallocate(&myHeap, myptrs[i], size);
MIHP_ValidateHeap(&myHeap);