From: trevor_hansen Date: Fri, 6 Nov 2009 05:10:00 +0000 (+0000) Subject: Bugfix. Add explicit delete of expressions to test case. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ef4999850857832d0f539d4ba359a2bc5bfebf88;p=francis%2Fstp.git Bugfix. Add explicit delete of expressions to test case. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@384 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/tests/c-api-tests/push-pop.c b/tests/c-api-tests/push-pop.c index 097c801..49654a4 100644 --- a/tests/c-api-tests/push-pop.c +++ b/tests/c-api-tests/push-pop.c @@ -27,5 +27,8 @@ int main() { printf("query = %d\n", query); + vc_DeleteExpr(a_eq_0); + vc_DeleteExpr(a); + vc_Destroy(vc); }