From ef4999850857832d0f539d4ba359a2bc5bfebf88 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Fri, 6 Nov 2009 05:10:00 +0000 Subject: [PATCH] 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 --- tests/c-api-tests/push-pop.c | 3 +++ 1 file changed, 3 insertions(+) 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); } -- 2.47.3