August 17, 2006
in my code there is a memory leak which is figured out to be because the memory allocated to SAXXMLReader is not freed. How can i free the mem allocated to this ?
August 17, 2006
You need to give more information than that.

How about posting a minimal example for a start?


"%u" <sunnyrelan@gmail.com> wrote in message news:ec19ej$19a5$1@digitaldaemon.com...
> in my code there is a memory leak which is figured out to be because the memory allocated to SAXXMLReader is not freed. How can i free the mem allocated to this ?