Version abc50812

This commit is contained in:
Alan Mishchenko
2005-08-12 08:01:00 -07:00
parent 273ba03041
commit 80983617b3
46 changed files with 2373 additions and 2821 deletions
+1 -1
View File
@@ -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 );