summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaAbsGla.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/gia/giaAbsGla.c')
-rw-r--r--src/aig/gia/giaAbsGla.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaAbsGla.c b/src/aig/gia/giaAbsGla.c
index 150d61e2..65296d22 100644
--- a/src/aig/gia/giaAbsGla.c
+++ b/src/aig/gia/giaAbsGla.c
@@ -1104,7 +1104,7 @@ void Gla_ManStop( Gla_Man_t * p )
// stop the refinement manager
// Gia_ManStopP( &p->pGia2 );
- Rnm_ManStop( p->pRnm, 1 );
+ Rnm_ManStop( p->pRnm, 0 );
if ( p->pvRefis )
for ( i = 0; i < Gia_ManObjNum(p->pGia); i++ )