Sfoglia il codice sorgente

*call destructor at exit

git-svn-id: trunk@8763 -
pierre 18 anni fa
parent
commit
cb7a9f5436
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/base/gdbint/testgdb.pp

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

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