summaryrefslogtreecommitdiff
path: root/test/system/smt2_compliance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/smt2_compliance.cpp')
-rw-r--r--test/system/smt2_compliance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/smt2_compliance.cpp b/test/system/smt2_compliance.cpp
index 593123426..f754adc0e 100644
--- a/test/system/smt2_compliance.cpp
+++ b/test/system/smt2_compliance.cpp
@@ -67,6 +67,6 @@ void testGetInfo(SmtEngine& smt, const char* s) {
c->invoke(&smt, ss);
assert(p->nextCommand() == NULL);
delete p;
-
+ delete c;
cout << ss.str() << endl << endl;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback