Fixed memory leak.

This commit is contained in:
Alan Mishchenko 2011-03-27 11:34:00 -07:00
parent 3a6f8688e2
commit 2fe534b06c
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ static void Io_MvModFree( Io_MvMod_t * p )
{
// if ( p->pNtk )
// Abc_NtkDelete( p->pNtk );
Vec_PtrFree( p->vLtlProperties );
Vec_PtrFree( p->vInputs );
Vec_PtrFree( p->vOutputs );
Vec_PtrFree( p->vLatches );