Ver Fonte

* fix memory leak of tcustomattr13

git-svn-id: trunk@43298 -
svenbarth há 5 anos atrás
pai
commit
6f74dd4207
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      tests/test/tcustomattr13.pp

+ 1 - 0
tests/test/tcustomattr13.pp

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