You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hua Su (JIRA)" <ji...@apache.org> on 2010/02/17 10:44:28 UTC

[jira] Created: (THRIFT-706) Memory leak in TCompactProtocol

Memory leak in TCompactProtocol
-------------------------------

                 Key: THRIFT-706
                 URL: https://issues.apache.org/jira/browse/THRIFT-706
             Project: Thrift
          Issue Type: Bug
          Components: Library (C++)
    Affects Versions: 0.2
            Reporter: Hua Su


TCompactProtocol's member string_buf_ is realloc in TCompactProtocol::readBinary() but never freed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (THRIFT-706) Memory leak in TCompactProtocol

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-706.
--------------------------------

    Assignee: David Reiss

> Memory leak in TCompactProtocol
> -------------------------------
>
>                 Key: THRIFT-706
>                 URL: https://issues.apache.org/jira/browse/THRIFT-706
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C++)
>    Affects Versions: 0.2
>            Reporter: Hua Su
>            Assignee: David Reiss
>
> TCompactProtocol's member string_buf_ is realloc in TCompactProtocol::readBinary() but never freed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-706) Memory leak in TCompactProtocol

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss resolved THRIFT-706.
--------------------------------

    Resolution: Fixed

> Memory leak in TCompactProtocol
> -------------------------------
>
>                 Key: THRIFT-706
>                 URL: https://issues.apache.org/jira/browse/THRIFT-706
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (C++)
>    Affects Versions: 0.2
>            Reporter: Hua Su
>
> TCompactProtocol's member string_buf_ is realloc in TCompactProtocol::readBinary() but never freed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.