Bug fix in &b when reference counters are given.

This commit is contained in:
Alan Mishchenko 2013-11-30 18:29:08 -08:00
parent 87e1bc45a6
commit 0847ee732e
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ Gia_Man_t * Gia_ManDupMuxes( Gia_Man_t * p )
Gia_Obj_t * pObj, * pFan0, * pFan1, * pFanC;
int i;
assert( p->pMuxes == NULL );
ABC_FREE( p->pRefs );
Gia_ManCreateRefs( p );
// start the new manager
pNew = Gia_ManStart( 5000 );