mirror of https://github.com/YosysHQ/abc.git
Fixed memory leak.
This commit is contained in:
parent
3a6f8688e2
commit
2fe534b06c
|
|
@ -339,6 +339,7 @@ static void Io_MvModFree( Io_MvMod_t * p )
|
||||||
{
|
{
|
||||||
// if ( p->pNtk )
|
// if ( p->pNtk )
|
||||||
// Abc_NtkDelete( p->pNtk );
|
// Abc_NtkDelete( p->pNtk );
|
||||||
|
Vec_PtrFree( p->vLtlProperties );
|
||||||
Vec_PtrFree( p->vInputs );
|
Vec_PtrFree( p->vInputs );
|
||||||
Vec_PtrFree( p->vOutputs );
|
Vec_PtrFree( p->vOutputs );
|
||||||
Vec_PtrFree( p->vLatches );
|
Vec_PtrFree( p->vLatches );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue