summaryrefslogtreecommitdiff
path: root/src/main/interactive_shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/interactive_shell.cpp')
-rw-r--r--src/main/interactive_shell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/interactive_shell.cpp b/src/main/interactive_shell.cpp
index e11f82a40..334373642 100644
--- a/src/main/interactive_shell.cpp
+++ b/src/main/interactive_shell.cpp
@@ -172,6 +172,7 @@ InteractiveShell::~InteractiveShell() {
<< ": " << strerror(err) << std::endl;
}
#endif /* HAVE_LIBREADLINE */
+ delete d_parser;
}
Command* InteractiveShell::readCommand() throw (UnsafeInterruptException) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback