Add missing FREE to reduce some of the Cider memory leaks.
This commit is contained in:
parent
1c1ceb4d9d
commit
1ffa456328
|
|
@ -193,6 +193,7 @@ ONEbuildMesh(ONEdevice *pDevice, ONEcoord *pCoord, ONEdomain *pDomain,
|
|||
pDevice->dimEquil = poiEqn;
|
||||
pDevice->dimBias = numEqn;
|
||||
|
||||
FREE(nodeArray);
|
||||
/*
|
||||
* ONEprnMesh( pDevice );
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue