PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2879 *** shadow/2879 Mon Jul 30 01:50:36 2001 --- shadow/2879.tmp.22245 Mon Jul 30 05:05:54 2001 *************** *** 2,9 **** | Memory-Leak in DOMString-Class | +----------------------------------------------------------------------------+ | Bug #: 2879 Product: Xerces-C++ | ! | Status: NEW Version: 1.5.1 | ! | Resolution: Platform: All | | Severity: Normal OS/Version: All | | Priority: Other Component: DOM | +----------------------------------------------------------------------------+ --- 2,9 ---- | Memory-Leak in DOMString-Class | +----------------------------------------------------------------------------+ | Bug #: 2879 Product: Xerces-C++ | ! | Status: RESOLVED Version: 1.5.1 | ! | Resolution: INVALID Platform: All | | Severity: Normal OS/Version: All | | Priority: Other Component: DOM | +----------------------------------------------------------------------------+ *************** *** 61,64 **** avoid this. I hope, you find a way to fix this bug. Please let me know, what could be done ! and when the fix is finished. --- 61,78 ---- avoid this. I hope, you find a way to fix this bug. Please let me know, what could be done ! and when the fix is finished. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-30 05:05 ------- ! It is documented in the API ! (http://xml.apache.org/xerces-c/apiDocs/class_DOMString.html#d0) that the caller ! owns the (char *) string that is returned, and is responsible for deleting it. ! ! char * DOMString::transcode ( ) const ! Returns a copy of the string, transcoded to the local code page. ! The caller owns the (char *) string that is returned, and is responsible for ! deleting it. ! ! Returns: ! A pointer to a newly allocated buffer of char elements, which ! represents the original string, but in the local encoding. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
