[ 
https://issues.apache.org/jira/browse/CB-8061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223344#comment-14223344
 ] 

Vladimir Avdonin commented on CB-8061:
--------------------------------------

www/Media.js is common for all platform. The platforms that use native code 
implementation are unlikely to bind resources to js object, but those that use 
js proxy like windows, and maybe firefox might use it - I know current windows 
does. 

> Memory leak in media plugin
> ---------------------------
>
>                 Key: CB-8061
>                 URL: https://issues.apache.org/jira/browse/CB-8061
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media
>    Affects Versions: 3.5.0
>            Reporter: Vladimir Avdonin
>
> In file www/Media.js variable mediaObjects keeps references to all Media 
> objects created. This references are never released.  As a result any 
> resources attached to the object in platform code (e.g., on windows) are kept 
> open forever. Seems mediaObjects should be cleared in release() function.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to