* fixed win32 testsuite regressions after r49084

git-svn-id: trunk@49175 -
This commit is contained in:
nickysn 2021-04-10 21:05:58 +00:00
parent ad05434401
commit 81bd473439

View File

@ -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;