mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 06:02:07 +01:00
* fixed win32 testsuite regressions after r49084
git-svn-id: trunk@49175 -
This commit is contained in:
parent
ad05434401
commit
81bd473439
@ -871,8 +871,14 @@ implementation
|
||||
end
|
||||
else
|
||||
begin
|
||||
readprocdef.free;
|
||||
writeprocdef.free;
|
||||
if readprocdef.proctypeoption=potype_propgetter then
|
||||
readprocdef.maybe_put_in_symtable_stack
|
||||
else
|
||||
readprocdef.free;
|
||||
if writeprocdef.proctypeoption=potype_propsetter then
|
||||
writeprocdef.maybe_put_in_symtable_stack
|
||||
else
|
||||
writeprocdef.free;
|
||||
end;
|
||||
|
||||
result:=p;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user