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