Home | Info | Community | Development | myReactOS | Contact Us
xsltFreeCompMatchList: : an XSLT comp list
Free up the memory allocated by all the elements of
Definition at line 209 of file pattern.c.
{ xsltCompMatchPtr cur; while (comp != NULL) { cur = comp; comp = comp->next; xsltFreeCompMatch(cur); } }