summaryrefslogtreecommitdiff
path: root/src/devices/grotty/tty.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grotty/tty.cc')
-rw-r--r--src/devices/grotty/tty.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/grotty/tty.cc b/src/devices/grotty/tty.cc
index bfb8a2072..b60f86a89 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;
}