Commit e2842bea by Alan Mishchenko

Fixing c++ portability issues.

parent 8cd00e04
...@@ -1001,7 +1001,7 @@ void Llb_MnxStop( Llb_Mnx_t * p ) ...@@ -1001,7 +1001,7 @@ void Llb_MnxStop( Llb_Mnx_t * p )
// remove arrays // remove arrays
Vec_PtrFree( p->vRings ); Vec_PtrFree( p->vRings );
Vec_PtrFree( p->vRoots ); Vec_PtrFree( p->vRoots );
Cudd_PrintInfo( p->dd, stdout ); //Cudd_PrintInfo( p->dd, stdout );
Extra_StopManager( p->dd ); Extra_StopManager( p->dd );
Vec_IntFreeP( &p->vOrder ); Vec_IntFreeP( &p->vOrder );
Vec_IntFreeP( &p->vVars2Q ); Vec_IntFreeP( &p->vVars2Q );
......
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