Hi All,
I am using MSXML2 for XML Parsing. I am using IXMLDOMNodePrtr , IXMLDOMDocumentPtr ans so on for XML Parsing. I have observed that while my application ends Private Bytes usage of EXE is say 30 MB and it keep on reducing. Previously i was thinking that their might be some memory leaks there. I have different tolls for the same and fix all the issues which i have found.
I want to ask is there any Garbage Collection mechanism implemented by Microsoft for the same, Because my application Private byte usage keeps on decreasing.
Thanks in advance.
Anjan