mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* fixed ReturnNilIfGrowHeapFails
git-svn-id: trunk@5042 -
This commit is contained in:
parent
3ab2086999
commit
64b7f00afd
@ -805,7 +805,10 @@ begin
|
||||
if poc=nil then
|
||||
begin
|
||||
if ReturnNilIfGrowHeapFails then
|
||||
exit
|
||||
begin
|
||||
result := nil;
|
||||
exit
|
||||
end
|
||||
else
|
||||
HandleError(203);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user