summaryrefslogtreecommitdiff
path: root/src/devices/grolbp/lbp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grolbp/lbp.cc')
-rw-r--r--src/devices/grolbp/lbp.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/grolbp/lbp.cc b/src/devices/grolbp/lbp.cc
index 904fab3b6..b34a1e08f 100644
--- a/src/devices/grolbp/lbp.cc
+++ b/src/devices/grolbp/lbp.cc
@@ -735,6 +735,5 @@ int main(int argc, char **argv)
while (optind < argc)
do_file(argv[optind++]);
lbpputs("\033c\033<");
- delete pr;
return 0;
}