Bug fix in word-level abstraction.

This commit is contained in:
Alan Mishchenko 2024-05-23 07:47:30 -07:00
parent 111867432c
commit 23f351c7c6
1 changed files with 2 additions and 2 deletions

View File

@ -1886,8 +1886,8 @@ int Wlc_NtkAbsCore( Wlc_Ntk_t * p, Wlc_Par_t * pPars )
Vec_IntFree( vRefine );
Abc_CexFree( pCex );
}
Vec_IntFree( vBlacks );
Vec_BitFree( vUnmark );
Vec_IntFreeP( &vBlacks );
Vec_BitFreeP( &vUnmark );
// report the result
if ( pPars->fVerbose )
printf( "\n" );