Commit ff745ca1 by Yen-Sheng Ho

fixed a bug

parent 86b3cb3d
...@@ -456,8 +456,6 @@ static int Wlc_NtkUpdateBlacks( Wlc_Ntk_t * p, Wlc_Par_t * pPars, Vec_Int_t ** p ...@@ -456,8 +456,6 @@ static int Wlc_NtkUpdateBlacks( Wlc_Ntk_t * p, Wlc_Par_t * pPars, Vec_Int_t ** p
Count[3]++; Count[3]++;
} }
assert( Vec_IntSize( vBlacks ) );
Vec_IntFree( *pvBlacks ); Vec_IntFree( *pvBlacks );
*pvBlacks = vBlacks; *pvBlacks = vBlacks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment