* xmlFreePattern: * @comp: an XSLT comp * * Free up the memory allocated by @comp */
| 225 | * Free up the memory allocated by @comp |
| 226 | */ |
| 227 | void |
| 228 | xmlFreePattern(xmlPatternPtr comp) { |
| 229 | xmlFreePatternList(comp); |
| 230 | } |
| 231 | |
| 232 | static void |
| 233 | xmlFreePatternInternal(xmlPatternPtr comp) { |