* fixed uninitialized var

git-svn-id: trunk@2654 -
This commit is contained in:
peter 2006-02-20 11:24:38 +00:00
parent 7f247e9305
commit 4b7f51b0aa

View File

@ -983,8 +983,8 @@ var
poc : poschunk;
begin
poc := pmc^.poc;
chunksize:=chunkindex shl blockshift;
chunkindex:=poc^.chunkindex;
chunksize:=chunkindex shl blockshift;
{ statistics }
dec(internal_status.currheapused,chunksize);
hp:=freelists_fixed[chunkindex];