Explorar o código

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

git-svn-id: trunk@15082 -
ivost %!s(int64=15) %!d(string=hai) anos
pai
achega
31067c290e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.