Commit 2fe534b0 by Alan Mishchenko

Fixed memory leak.

parent 3a6f8688
......@@ -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 );
......
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