Home | Info | Community | Development | myReactOS | Contact Us
xsltFreeAttributeSetsHashes: : an XSLT stylesheet
Free up the memory used by attribute sets
Definition at line 1134 of file attributes.c.
Referenced by xsltFreeStylesheet().
{ if (style->attributeSets != NULL) xmlHashFree((xmlHashTablePtr) style->attributeSets, (xmlHashDeallocator) xsltFreeAttrElemList); style->attributeSets = NULL; }