Difference for crossedit/Cnv/CnvPath.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 332
 
Line 332
  */   */
 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:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:52