You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Takashi Yonebayashi (JIRA)" <ji...@apache.org> on 2011/01/17 23:55:44 UTC

[jira] Updated: (THRIFT-1041) TDeserializer holds onto a reference of the array it reads after it is done deserializing

     [ https://issues.apache.org/jira/browse/THRIFT-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takashi Yonebayashi updated THRIFT-1041:
----------------------------------------

    Attachment: THRIFT-1041.patch

> TDeserializer holds onto a reference of the array it reads after it is done deserializing
> -----------------------------------------------------------------------------------------
>
>                 Key: THRIFT-1041
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1041
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>            Reporter: Takashi Yonebayashi
>            Priority: Minor
>         Attachments: THRIFT-1041.patch
>
>
> Since the TMemoryInputTransport is not reset after the TDeserializer is done reading, this could cause memory problems for applications that expect those arrays to be free for garbage collection later.  

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