• Show log

    Commit

  • Hash : fc119e32
    Author : Nick Wellnhofer
    Date : 2023-04-30T15:28:12

    examples: Don't call xmlCleanupParser and xmlMemoryDump
    
    xmlCleanupParser is dangerous and shouldn't be called in most cases.
    Being part of the examples led many people to use it incorrectly.
    
    xmlMemoryDump is an obsolete way to test for memory leaks.