Here's another copy of the patch. This message references the original patch mail. Daniel said:
It would be good to make sure all string allocated or copied are cleaned up with xmlFree() on exit too.
The script string created by the shellx argument processing is allocated via malloc. Should I allocate that using xml memory handlers? I'm a bit confused about what to use... free() is used in the shell argument processor for example, not xmlFree(). Daniel said:
So good idea, but the code need some cleanup :-)
If I could spell a raspberry being blown I would /8-> Here's the patch:
Attachment:
xmllint-patch
Description: patch for xmllint
Nic