summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorTim King <taking@google.com>2015-11-23 13:27:14 -0800
committerTim King <taking@google.com>2015-11-23 20:40:56 -0800
commit4262723336d82944ffed768604fcd175cdc749a9 (patch)
tree9f5c1d59d3d04d692189886a9f30e6353b70d62e /test/system
parent912833f0d95e61bead3b046ae694a86c3458d6cd (diff)
Adding a missing delete to smt2_compliance.
Diffstat (limited to 'test/system')
-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