mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 08:56:16 +02:00
* Use IncRefCount
git-svn-id: trunk@6144 -
This commit is contained in:
parent
e3651191f5
commit
0c1d59ec5c
@ -1955,7 +1955,7 @@ implementation
|
||||
else
|
||||
begin
|
||||
{ The property symbol is referenced indirect }
|
||||
inc(protsym.refs);
|
||||
protsym.IncRefCount;
|
||||
handle_propertysym(protsym,protsym.owner,p1);
|
||||
end;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user