Commit 925418d5 by Alan Mishchenko

Corner case bug fix in &cec.

parent 6eee09c5
......@@ -553,8 +553,8 @@ finalize:
Cec_ManSimStop( pSim );
Cec_ManPatStop( pPat );
Cec_ManFraStop( p );
ABC_FREE( pTemp->pReprs );
ABC_FREE( pTemp->pNexts );
if ( pTemp ) ABC_FREE( pTemp->pReprs );
if ( pTemp ) ABC_FREE( pTemp->pNexts );
return pTemp;
}
......
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