zero init with TMALLOC
This commit is contained in:
parent
d95f76629a
commit
461bd39008
|
|
@ -430,8 +430,7 @@ int Size_Not_Found, i;
|
|||
Wdrn = here->BSIM4w / here->BSIM4nf;
|
||||
|
||||
if (Size_Not_Found)
|
||||
{ pParam = (struct bsim4SizeDependParam *)malloc(
|
||||
sizeof(struct bsim4SizeDependParam));
|
||||
{ pParam = TMALLOC(struct bsim4SizeDependParam, 1);
|
||||
if (pLastKnot == NULL)
|
||||
model->pSizeDependParamKnot = pParam;
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue