diff options
Diffstat (limited to 'src/devices/grotty/tty.cc')
-rw-r--r-- | src/devices/grotty/tty.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/grotty/tty.cc b/src/devices/grotty/tty.cc index bfb8a207..b60f86a8 100644 --- a/src/devices/grotty/tty.cc +++ b/src/devices/grotty/tty.cc @@ -805,7 +805,6 @@ int main(int argc, char **argv) for (int i = optind; i < argc; i++) do_file(argv[i]); } - delete pr; return 0; } |