summaryrefslogtreecommitdiffstats
path: root/src/map/mpm/mpmMan.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-07-17 22:08:24 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-07-17 22:08:24 -0700
commiteb5c12a994629c1e0bd5903ad86f8d48bccb6223 (patch)
treeb5624d863ce69ac3b7504d10f696c6a6d9a54b1d /src/map/mpm/mpmMan.c
parentbbbfe0e822232591a2c6a064dcf9f594a96880ce (diff)
downloadabc-eb5c12a994629c1e0bd5903ad86f8d48bccb6223.tar.gz
abc-eb5c12a994629c1e0bd5903ad86f8d48bccb6223.tar.bz2
abc-eb5c12a994629c1e0bd5903ad86f8d48bccb6223.zip
New technology mapper.
Diffstat (limited to 'src/map/mpm/mpmMan.c')
-rw-r--r--src/map/mpm/mpmMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mpm/mpmMan.c b/src/map/mpm/mpmMan.c
index 3ed07c83..89e754f4 100644
--- a/src/map/mpm/mpmMan.c
+++ b/src/map/mpm/mpmMan.c
@@ -139,7 +139,7 @@ void Mpm_ManStop( Mpm_Man_t * p )
Hsh_IntManStop( p->pHash );
}
Vec_IntFreeP( &p->vNpnCosts );
- Vec_IntFreeP( &p->vGateNpnConfig );
+ Vec_IntFreeP( &p->vNpnConfigs );
Vec_PtrFree( p->vTemp );
Mmr_StepStop( p->pManCuts );
ABC_FREE( p->vObjPresUsed.pArray );