From 367b20f04d2b42ab4c74fbb681e0d02f12de1ba6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 30 Jan 2016 20:59:57 -0800 Subject: Fixing mismatch in the TLS flow induced by adding cell configs in the DSD manager. --- src/map/if/ifDsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/if/ifDsd.c b/src/map/if/ifDsd.c index f70f2177..f2cdc764 100644 --- a/src/map/if/ifDsd.c +++ b/src/map/if/ifDsd.c @@ -1266,7 +1266,7 @@ void If_DsdManInvertMarks( If_DsdMan_t * p, int fVerbose ) If_DsdObj_t * pObj; int i; ABC_FREE( p->pCellStr ); - Vec_WrdFreeP( &p->vConfigs ); + //Vec_WrdFreeP( &p->vConfigs ); If_DsdVecForEachObj( &p->vObjs, pObj, i ) pObj->fMark = !pObj->fMark; } -- cgit v1.2.3