You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2005/02/03 14:56:18 UTC

[jira] Created: (DIRMINA-6) Filtered ByteBuffer is not released automatically.

Filtered ByteBuffer is not released automatically.
--------------------------------------------------

         Key: DIRMINA-6
         URL: http://issues.apache.org/jira/browse/DIRMINA-6
     Project: MINA
        Type: Bug
    Versions: 0.7    
    Reporter: Trustin Lee
 Assigned to: Trustin Lee 
    Priority: Minor
     Fix For: 0.7


If Filters' filterWrite() method filters the specified ByteBuffer and returns a newly allocated one, the old ByteBuffer (parameter) should be released automatically by FilterManagers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.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


[jira] Closed: (DIRMINA-6) Filtered ByteBuffer is not released automatically.

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-6?page=history ]
     
Trustin Lee closed DIRMINA-6:
-----------------------------

    Resolution: Fixed

http://svn.apache.org/viewcvs?view=rev&rev=151510

I released the replaced old buffers if filterWrite(ByteBuffer) didn't return the original one.

> Filtered ByteBuffer is not released automatically.
> --------------------------------------------------
>
>          Key: DIRMINA-6
>          URL: http://issues.apache.org/jira/browse/DIRMINA-6
>      Project: MINA
>         Type: Bug
>     Versions: 0.7
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>     Priority: Minor
>      Fix For: 0.7

>
> If Filters' filterWrite() method filters the specified ByteBuffer and returns a newly allocated one, the old ByteBuffer (parameter) should be released automatically by FilterManagers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.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