summaryrefslogtreecommitdiffstats
path: root/src/map
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-03 17:15:44 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-03 17:15:44 -0700
commit201cb245964c96ff4df09d623b40f5b70ea81f7b (patch)
tree566abcfa45c40afa211dda20f4d5d808f814c17a /src/map
parent9621ae946eeae3df852ef0701c3f33d1d83b7643 (diff)
downloadabc-201cb245964c96ff4df09d623b40f5b70ea81f7b.tar.gz
abc-201cb245964c96ff4df09d623b40f5b70ea81f7b.tar.bz2
abc-201cb245964c96ff4df09d623b40f5b70ea81f7b.zip
Several minor changes.
Diffstat (limited to 'src/map')
-rw-r--r--src/map/scl/sclLoad.c2
1 files changed, 1 insertions, 1 deletions
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 )
{