mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 15:57:43 +01:00
* fixed uninitialized var
git-svn-id: trunk@2654 -
This commit is contained in:
parent
7f247e9305
commit
4b7f51b0aa
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user