aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.cpp')
-rw-r--r--src/resp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resp.cpp b/src/resp.cpp
index 89b77ef..1f2c5c3 100644
--- a/src/resp.cpp
+++ b/src/resp.cpp
@@ -110,6 +110,7 @@ main(int argc, char** argv)
AST* ast = penv.parse(exp);
pprint(cout, ast);
}
+ delete cenv;
return 0;
}