Add missing FREE to reduce some of the Cider memory leaks.

This commit is contained in:
Brian Taylor 2023-06-20 11:34:07 -07:00 committed by Holger Vogt
parent 5f6a6a27d8
commit 80e44a32d6
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ ONEbuildMesh(ONEdevice *pDevice, ONEcoord *pCoord, ONEdomain *pDomain,
pDevice->dimEquil = poiEqn;
pDevice->dimBias = numEqn;
FREE(nodeArray);
/*
* ONEprnMesh( pDevice );
*/