You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alberto Massari (JIRA)" <xe...@xml.apache.org> on 2004/12/28 21:57:07 UTC

[jira] Reopened: (XERCESC-964) ICULCPTranscoder::transcode memory leak

     [ http://nagoya.apache.org/jira/browse/XERCESC-964?page=history ]
     
Alberto Massari reopened XERCESC-964:
-------------------------------------

     Assign To:     (was: Xerces-C Developers Mailing List)

> 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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org