[ http://nagoya.apache.org/jira/browse/XERCESC-964?page=history ]
Alberto Massari resolved XERCESC-964:
-------------------------------------
Resolution: Fixed
The last entry is pointing to the same issue reported by
http://nagoya.apache.org/jira/browse/XERCESC-1300
Alberto
> ICULCPTranscoder::transcode memory leak
> ---------------------------------------
>
> Key: XERCESC-964
> URL: http://nagoya.apache.org/jira/browse/XERCESC-964
> Project: Xerces-C++
> Type: Bug
> Components: Utilities
> Versions: 2.3.0
> Environment: Operating System: Linux
> Platform: All
> Reporter: NAKANO
> Attachments: fix_check.cpp.gz
>
> ICULCPTranscoder::transcode memory leak
> when toTranscode include 40 single byte chars and 14 double bytes chars.
> --- xerces-c-src_2_3_0/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp
> Wed
> Jul 30 19:16:16 2003
> +++ ICUTransService.cpp Wed Jul 30 19:17:39 2003
> @@ -899,7 +899,7 @@
> (
> fConverter
> , retBuf
> - , targetLen + 1
> + , targetLen
> , actualSrc
> , -1
> , &err
> @@ -1002,7 +1002,7 @@
> (
> fConverter
> , retBuf
> - , targetLen + 1
> + , targetLen
> , actualSrc
> , -1
> , &err
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]