summaryrefslogtreecommitdiffstats
path: root/src/opt/cut/cutOracle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/cut/cutOracle.c')
-rw-r--r--src/opt/cut/cutOracle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/cut/cutOracle.c b/src/opt/cut/cutOracle.c
index 8e1ad3da..3eb4462b 100644
--- a/src/opt/cut/cutOracle.c
+++ b/src/opt/cut/cutOracle.c
@@ -148,7 +148,7 @@ void Cut_OracleStop( Cut_Oracle_t * p )
if ( p->vNodeStarts ) Vec_IntFree( p->vNodeStarts );
if ( p->vCutPairs ) Vec_IntFree( p->vCutPairs );
- Extra_MmFixedStop( p->pMmCuts, 0 );
+ Extra_MmFixedStop( p->pMmCuts );
free( p );
}