http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2765 *** shadow/2765 Tue Jul 24 07:05:18 2001 --- shadow/2765.tmp.19255 Tue Jul 24 07:11:20 2001 *************** *** 2,9 **** | Problem deleting memory allocated by XMLString::transcode | +----------------------------------------------------------------------------+ | Bug #: 2765 Product: Xerces-C++ | ! | Status: NEW Version: 1.5.1 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows 9x | | Priority: Other Component: Utilities | +----------------------------------------------------------------------------+ --- 2,9 ---- | Problem deleting memory allocated by XMLString::transcode | +----------------------------------------------------------------------------+ | Bug #: 2765 Product: Xerces-C++ | ! | Status: RESOLVED Version: 1.5.1 | ! | Resolution: FIXED Platform: PC | | Severity: Normal OS/Version: Windows 9x | | Priority: Other Component: Utilities | +----------------------------------------------------------------------------+ *************** *** 26,29 **** */ char * charString = XMLString::transcode(XMLChString); ! delete charString; --- 26,32 ---- */ char * charString = XMLString::transcode(XMLChString); ! delete charString; ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-24 07:11 ------- ! Sorry, just found fix in the FAQ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
