[ https://issues.apache.org/jira/browse/AXIOM-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688632#comment-16688632
]
ASF GitHub Bot commented on AXIOM-493:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/webservices-axiom/pull/2
> LifecycleManagerImpl doesn't delete FileAccesor references correctly
> --------------------------------------------------------------------
>
> Key: AXIOM-493
> URL: https://issues.apache.org/jira/browse/AXIOM-493
> Project: Axiom
> Issue Type: Bug
> Components: API
> Affects Versions: 1.2.21
> Reporter: Mustafa Solmaz
> Priority: Major
>
> Hi,
> we had a memory leak on our webservice project. When debugging, we noticed that the LifecycleManagerImpl
does not clean up its hashtable correctly. While looking through the code, I noticed that
theĀ _create_ (line 72) method fills the table with the filename, but uses the file name reference
on _delete_ (line 91, 138, 206).
> Kind regards,
> Mustafa
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org
|