ソースを参照

*call destructor at exit

git-svn-id: trunk@8763 -
pierre 18 年 前
コミット
cb7a9f5436
1 ファイル変更1 行追加0 行削除
  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.