You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/07/29 20:26:14 UTC

[jira] Created: (PIVOT-193) Memory leak in MapList

Memory leak in MapList
----------------------

                 Key: PIVOT-193
                 URL: https://issues.apache.org/jira/browse/PIVOT-193
             Project: Pivot
          Issue Type: Bug
          Components: core-collections
    Affects Versions: 1.3
            Reporter: Greg Brown
            Assignee: Todd Volkert
            Priority: Minor
             Fix For: 1.3


An inner class is added as a map listener in the constructor, but it doesn't look like it is ever removed.

Possible solution is to add a "source" property of type Map that will register/unregister the event listener.


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


[jira] Updated: (PIVOT-193) Memory leak in MapList

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

Todd Volkert updated PIVOT-193:
-------------------------------

    Affects Version/s: 1.3
        Fix Version/s: 1.3

> Memory leak in MapList
> ----------------------
>
>                 Key: PIVOT-193
>                 URL: https://issues.apache.org/jira/browse/PIVOT-193
>             Project: Pivot
>          Issue Type: Bug
>          Components: core-collections
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3
>
>
> An inner class is added as a map listener in the constructor, but it doesn't look like it is ever removed.
> Possible solution is to add a "source" property of type Map that will register/unregister the event listener.

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


[jira] Resolved: (PIVOT-193) Memory leak in MapList

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

Todd Volkert resolved PIVOT-193.
--------------------------------

    Resolution: Fixed

> Memory leak in MapList
> ----------------------
>
>                 Key: PIVOT-193
>                 URL: https://issues.apache.org/jira/browse/PIVOT-193
>             Project: Pivot
>          Issue Type: Bug
>          Components: core-collections
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3
>
>
> An inner class is added as a map listener in the constructor, but it doesn't look like it is ever removed.
> Possible solution is to add a "source" property of type Map that will register/unregister the event listener.

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