Avoid MSDOS Memory Control Block (MCB) chain corruption in RegisterTinyHeapBlock

git-svn-id: trunk@36340 -
This commit is contained in:
pierre 2017-05-26 06:44:07 +00:00
parent 87e8010f05
commit a16326fa95

View File

@ -577,7 +577,7 @@
p:=FreeList;
while p^.Next<>HeapPtr do
p:=p^.Next;
PTinyHeapBlock(HeapPtr)^.Next:=AAddress;
PTinyHeapBlock(p)^.Next:=AAddress;
end;
end
else