From 201cb245964c96ff4df09d623b40f5b70ea81f7b Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 3 Sep 2012 17:15:44 -0700 Subject: Several minor changes. --- src/map/scl/sclLoad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/scl/sclLoad.c b/src/map/scl/sclLoad.c index 3dd66f6a..3d763bd7 100644 --- a/src/map/scl/sclLoad.c +++ b/src/map/scl/sclLoad.c @@ -154,8 +154,8 @@ void Abc_SclComputeLoad( SC_Man * p ) pLoad->rise += Vec_FltEntry(vWireCaps, k); pLoad->fall += Vec_FltEntry(vWireCaps, k); } + Vec_FltFree( vWireCaps ); } - Vec_FltFree( vWireCaps ); } void Abc_SclUpdateLoad( SC_Man * p, Abc_Obj_t * pObj, SC_Cell * pOld, SC_Cell * pNew ) { -- cgit v1.2.3