summaryrefslogtreecommitdiffstats
path: root/src/sat/cnf/cnfMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/cnf/cnfMan.c')
-rw-r--r--src/sat/cnf/cnfMan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sat/cnf/cnfMan.c b/src/sat/cnf/cnfMan.c
index a4081f86..c3099d1e 100644
--- a/src/sat/cnf/cnfMan.c
+++ b/src/sat/cnf/cnfMan.c
@@ -181,6 +181,7 @@ void Cnf_DataFree( Cnf_Dat_t * p )
{
if ( p == NULL )
return;
+ Vec_IntFreeP( &p->vMapping );
ABC_FREE( p->pObj2Clause );
ABC_FREE( p->pObj2Count );
ABC_FREE( p->pClauses[0] );