Update minimal_heap_implementation.inl

This commit is contained in:
2026-06-08 19:49:18 +02:00
parent f68b37b245
commit af70cf0648

View File

@@ -262,6 +262,7 @@ bool MIHP_Free(MIHP_Heap* heap, void* ptr)
corruptionInfo.Ptr = ptr;
MIHP_PlatformOnHeapCorruptionDetected(corruptionInfo);
return false;
}
segment->OccupiedSize = 0;