version 1.2 | version 1.3 | |||
---|---|---|---|---|
|
| |||
*/ | */ | |||
void CnvPathDestroy(CnvPath self) | void CnvPathDestroy(CnvPath self) | |||
{ | { | |||
int i; | Cardinal i; | |||
debug("CnvPathDestroy()\n"); | debug("CnvPathDestroy()\n"); | |||
for(i=0;i<self->dirNro;i++) XtFree(self->dirTable[i]); | for(i=0;i<self->dirNro;i++) XtFree(self->dirTable[i]); |
Legend:
|