Browse Source

* fix memory leak of tcustomattr13

git-svn-id: trunk@43298 -
svenbarth 5 years ago
parent
commit
6f74dd4207
1 changed files with 1 additions and 0 deletions
  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.