mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 14:25:57 +02:00
* more fixes for 11062
git-svn-id: trunk@11493 -
This commit is contained in:
parent
e8fcc2b82e
commit
f0dcb10509
@ -3832,7 +3832,7 @@ implementation
|
||||
ppufile.putstring(iidstr^);
|
||||
end;
|
||||
|
||||
if objecttype in [odt_class,odt_interfacecorba] then
|
||||
if assigned(ImplementedInterfaces) then
|
||||
begin
|
||||
ppufile.putlongint(ImplementedInterfaces.Count);
|
||||
for i:=0 to ImplementedInterfaces.Count-1 do
|
||||
@ -3898,7 +3898,7 @@ implementation
|
||||
end
|
||||
else
|
||||
tstoredsymtable(symtable).deref;
|
||||
if objecttype in [odt_class,odt_interfacecorba] then
|
||||
if assigned(ImplementedInterfaces) then
|
||||
begin
|
||||
for i:=0 to ImplementedInterfaces.count-1 do
|
||||
TImplementedInterface(ImplementedInterfaces[i]).deref;
|
||||
|
Loading…
Reference in New Issue
Block a user