DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7586>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7586 xml4com: Xerces.DOMDocument. Create + Release = Memory leaks Summary: xml4com: Xerces.DOMDocument. Create + Release = Memory leaks Product: Xerces-C++ Version: 1.7.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] The following few lines of code left a hoard of memory leaks showing in the debug output window: (I dropped them into the OnInitDialog method of a vanilla, MS Visual Studio 6, MFC App Wizard, dialog based app) // TODO: Add extra initialization here AfxOleInit(); COleDispatchDriver oXml; oXml.CreateDispatch("Xerces.DOMDocument"); //oXml.ReleaseDispatch(); // called by ~COleDispatchDriver anyway I have tried 1.6.0, 1.7.0 and the latest nightly build (xerces-c-src_2002-03- 23), all of which exhibit the problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
