summaryrefslogtreecommitdiffstats
path: root/src/opt/xyz/xyzMinMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/xyz/xyzMinMan.c')
-rw-r--r--src/opt/xyz/xyzMinMan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/xyz/xyzMinMan.c b/src/opt/xyz/xyzMinMan.c
index 423564c1..20314698 100644
--- a/src/opt/xyz/xyzMinMan.c
+++ b/src/opt/xyz/xyzMinMan.c
@@ -62,6 +62,7 @@ Min_Man_t * Min_ManAlloc( int nVars )
pMan->pTriv0[1] = Min_CubeAllocVar( pMan, 0, 1 );
pMan->pTriv1[0] = Min_CubeAllocVar( pMan, 0, 0 );
pMan->pTriv1[1] = Min_CubeAllocVar( pMan, 0, 1 );
+ Min_ManClean( pMan, nVars );
return pMan;
}