The CONTACT statement does not apply to 1D devices.

This commit is contained in:
Brian Taylor 2023-06-25 08:42:31 -07:00 committed by Holger Vogt
parent 42a8bafd10
commit cbda9ab7b5
1 changed files with 0 additions and 9 deletions

View File

@ -77,15 +77,6 @@ ONEdestroy(ONEdevice *pDevice)
}
}
if (pDevice->pFirstContact) {
struct sONEcontact* pFCtmp = pDevice->pFirstContact;
while (pFCtmp) {
struct sONEcontact* pFCtmpnext = pFCtmp->next;
FREE(pFCtmp);
pFCtmp = pFCtmpnext;
}
}
if (pDevice->pStats) {
FREE(pDevice->pStats);
}