Help for this page

Select Code to Download


  1. or download this
    static void
    xmlLinkDeallocator(xmlListPtr l,
    ...
            l->linkDeallocator(lk);
        xmlFree(lk);
    }
    
  2. or download this
    static void
    xmlLinkDeallocator(xmlListPtr l, xmlLinkPtr lk) {
    ...
            l->linkDeallocator(lk);
        xmlFree(lk);
    }