mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 23:10:31 +02:00
* add a check to TRecall.store for FStorage=nil. Patch by Luiz, Mantis #21404
git-svn-id: trunk@20462 -
This commit is contained in:
parent
ae1ece93e5
commit
b956e9e52d
@ -142,7 +142,7 @@ end;
|
||||
|
||||
procedure TRecall.Store;
|
||||
begin
|
||||
if Assigned(FReference) then
|
||||
if Assigned(FStorage) and Assigned(FReference) then
|
||||
FStorage.Assign(FReference);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user