MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlFreePatParserContext

Function xmlFreePatParserContext

ThirdParty/libxml2/vtklibxml2/pattern.c:327–333  ·  view source on GitHub ↗

* xmlFreePatParserContext: * @ctxt: an XSLT parser context * * Free up the memory allocated by @ctxt */

Source from the content-addressed store, hash-verified

325 * Free up the memory allocated by @ctxt
326 */
327static void
328xmlFreePatParserContext(xmlPatParserContextPtr ctxt) {
329 if (ctxt == NULL)
330 return;
331 memset(ctxt, -1, sizeof(xmlPatParserContext));
332 xmlFree(ctxt);
333}
334
335/**
336 * xmlPatternAdd:

Callers 1

xmlPatternCompileSafeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected