Browse Source

*call destructor at exit

git-svn-id: trunk@8763 -
pierre 18 years ago
parent
commit
cb7a9f5436
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/base/gdbint/testgdb.pp

+ 1 - 0
packages/base/gdbint/testgdb.pp

@@ -50,5 +50,6 @@ begin
        last:=s;
      end;
   until false;
+  gdb.done;
   Writeln('End of pascal GDB...');
 end.