* fix memory leak of tcustomattr13

git-svn-id: trunk@43298 -
This commit is contained in:
svenbarth 2019-10-21 19:42:15 +00:00
parent 03d003d0ba
commit 6f74dd4207

View File

@ -190,6 +190,7 @@ begin
strm.SetSize(ae.ArgLen);
Move(ae.ArgData^, strm.Memory^, ae.ArgLen);
CheckProcs[i](strm);
strm.Free;
end;
Writeln('ok');
end.