Deleting unused info left by the SAT sweeper.

This commit is contained in:
Alan Mishchenko 2020-09-10 21:52:15 -07:00
parent d556ad65ff
commit a2c3c21031
1 changed files with 2 additions and 0 deletions

View File

@ -548,6 +548,8 @@ finalize:
Cec_ManSimStop( pSim );
Cec_ManPatStop( pPat );
Cec_ManFraStop( p );
ABC_FREE( pTemp->pReprs );
ABC_FREE( pTemp->pNexts );
return pTemp;
}