mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-04 00:31:14 +02:00
Fixed memory leak.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user