problems with API gdome_di_createDocFromMemory()...

Sameer Oak <[email protected]> Sat, 29 Apr 2006 14:12:38 +0530
Newsgroups gmane.comp.gnome.gdome
Message-ID <1146300157.3725.4.camel@infinity>
Hello,

I am facing severe problems with API gdome_di_createDocFromMemory(). The
underlying call xmlParseMemory() of libxml2 is probably causing these
leaks.

These leaks are being resulted eventhough I am calling gdome_di_unref()
and gdome_doc_unref().

Also, API gdome_di_createDocFromURI() is not useful for me since it is
making frequent I/O calls.

My Server-Client architecture requires the in-memory persistent XML
object. 
Once done with parsing the Client's configuration, which is sent as an
XML file, I need to free all the objects created for the parsing
context.

Gustavo helped me on this. I am very much grateful to him for his time
and efforts. But I'm still facing the problems.

Please guid me, I'm held up on this. 


Regards.
Sam.