Browse Source

* tiny change: nil i1,i2 by hand so that everything is freed before the "ok".

git-svn-id: trunk@15082 -
ivost 15 years ago
parent
commit
31067c290e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/test/timplements7.pp

+ 2 - 0
tests/test/timplements7.pp

@@ -37,6 +37,8 @@ begin
   o1.fi:=nil;
 
   o1.free;
+  i1 := nil;
+  i2 := nil;
 
   writeln('ok');
 end.