diff --git a/minimal_heap.h b/minimal_heap.h index c21e8e0..b722674 100644 --- a/minimal_heap.h +++ b/minimal_heap.h @@ -38,7 +38,7 @@ typedef struct _MIHP_HeapMemoryAreaHeader size_t NumOccupiedSegments; struct _MIHP_HeapMemoryAreaHeader* NextArea; - //struct _MIHP_HeapMemoryAreaHeader* PreviousArea; + struct _MIHP_HeapMemoryAreaHeader* PreviousArea; struct _MIHP_HeapInfo* OwningHeap; struct _MIHP_HeapSegmentHeader* FirstSegment;