You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Erjan Altena (JIRA)" <ji...@apache.org> on 2017/02/23 13:55:44 UTC

[jira] [Created] (CELIX-403) Memory leak when opening a previously closed service tracker.

Erjan Altena created CELIX-403:
----------------------------------

             Summary: Memory leak when opening a previously closed service tracker.
                 Key: CELIX-403
                 URL: https://issues.apache.org/jira/browse/CELIX-403
             Project: Celix
          Issue Type: Bug
          Components: Framework
    Affects Versions: 1.0.0-incubating
            Reporter: Erjan Altena
             Fix For: next


When a service tracker is opened memory is allocated for a service listener. 

The memory for the service listener is not freed when the tracker is closed but when the tracker is destroyed.

When the tracker is opened/closed multiple times the reference to the previous memory for the service listener is lost which causes a memory leak.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)