Re: [xml] Getting crashes with xmlFreeDoc()

2005-03-18 Thread Daniel Veillard
On Thu, Mar 17, 2005 at 03:03:07PM -0800, Sebastien Boisvert wrote: Any ideas? no idea without a reproduceable example, sorry, I still don't use a cristal ball ... Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit

Re: [xml] Getting crashes with xmlFreeDoc()

2005-03-18 Thread Sebastien Boisvert
Well that's *IT*... that is the whole function. Nothing more. Now if you're asking how I get the document parsed in the first place (I don't have a crystal ball either), then here it is: When it's an XML document (as XHTML): xmlDocPtr XHTMLParsedDoc = xmlReadMemory(cString, strlen(cString),

Re: [xml] Getting crashes with xmlFreeDoc()

2005-03-18 Thread Daniel Veillard
On Fri, Mar 18, 2005 at 06:25:22AM -0800, Sebastien Boisvert wrote: Well that's *IT*... that is the whole function. Nothing more. Sorry, that doesn't compile. I don't have the input, I don't have a reproduceable test case. Now if you're asking how I get the document parsed in the first