From 4262723336d82944ffed768604fcd175cdc749a9 Mon Sep 17 00:00:00 2001 From: Tim King Date: Mon, 23 Nov 2015 13:27:14 -0800 Subject: [PATCH] Adding a missing delete to smt2_compliance. --- test/system/smt2_compliance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2