mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
Update minimal_heap_implementation.inl
This commit is contained in:
@@ -262,6 +262,7 @@ bool MIHP_Free(MIHP_Heap* heap, void* ptr)
|
|||||||
corruptionInfo.Ptr = ptr;
|
corruptionInfo.Ptr = ptr;
|
||||||
|
|
||||||
MIHP_PlatformOnHeapCorruptionDetected(corruptionInfo);
|
MIHP_PlatformOnHeapCorruptionDetected(corruptionInfo);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
segment->OccupiedSize = 0;
|
segment->OccupiedSize = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user