mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 02:18:58 +02:00
Version abc50812
This commit is contained in:
@@ -265,7 +265,7 @@ void Map_ManFree( Map_Man_t * p )
|
||||
FREE( p->pInputs );
|
||||
FREE( p->pOutputs );
|
||||
FREE( p->pBins );
|
||||
// FREE( p->ppOutputNames );
|
||||
FREE( p->ppOutputNames );
|
||||
if ( p->pSimInfo ) FREE( p->pSimInfo[0] );
|
||||
FREE( p->pSimInfo );
|
||||
FREE( p );
|
||||
|
||||
Reference in New Issue
Block a user