summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaMan.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-19 08:41:38 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-19 08:41:38 -0700
commita8f4d4e6bc19974ae31aa8a2981c53f849981f4e (patch)
treeaadd7aedf86e3e672bba95982a5ed84d3d8f0e9b /src/aig/gia/giaMan.c
parent72c09b86a0b6280c1472cc6cf09a31a9a336ef87 (diff)
downloadabc-a8f4d4e6bc19974ae31aa8a2981c53f849981f4e.tar.gz
abc-a8f4d4e6bc19974ae31aa8a2981c53f849981f4e.tar.bz2
abc-a8f4d4e6bc19974ae31aa8a2981c53f849981f4e.zip
Making GIA use independent truth table number storage when computing truth tables.
Diffstat (limited to 'src/aig/gia/giaMan.c')
-rw-r--r--src/aig/gia/giaMan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aig/gia/giaMan.c b/src/aig/gia/giaMan.c
index 556ddb9a..037edc78 100644
--- a/src/aig/gia/giaMan.c
+++ b/src/aig/gia/giaMan.c
@@ -87,6 +87,7 @@ void Gia_ManStop( Gia_Man_t * p )
Vec_IntFreeP( &p->vLevels );
Vec_IntFreeP( &p->vTruths );
Vec_WrdFreeP( &p->vTtMemory );
+ Vec_IntFreeP( &p->vObjNums );
Vec_IntFree( p->vCis );
Vec_IntFree( p->vCos );
ABC_FREE( p->pTravIds );