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 14:00:48 UTC

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

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

Erjan Altena resolved CELIX-403.
--------------------------------
    Resolution: Fixed

Fixed memory leak in service_tracker.c

> 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)