summaryrefslogtreecommitdiffstats
path: root/src/aig/mfx/mfxMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/mfx/mfxMan.c')
-rw-r--r--src/aig/mfx/mfxMan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aig/mfx/mfxMan.c b/src/aig/mfx/mfxMan.c
index 63531770..b8361a20 100644
--- a/src/aig/mfx/mfxMan.c
+++ b/src/aig/mfx/mfxMan.c
@@ -168,6 +168,8 @@ void Mfx_ManStop( Mfx_Man_t * p )
Aig_ManStop( p->pCare );
if ( p->vSuppsInv )
Vec_VecFree( (Vec_Vec_t *)p->vSuppsInv );
+ if ( p->vProbs )
+ Vec_IntFree( p->vProbs );
Mfx_ManClean( p );
Int_ManFree( p->pMan );
Vec_IntFree( p->vMem );