blackberry / WebWorks

BlackBerry WebWorks for Smartphones is a platform for building deeply integrated web applications for BlackBerry smartphones
http://developer.blackberry.com/html5
268 stars 51 forks source link

Fix Memory Drain Issue #42

Closed tneil closed 13 years ago

tneil commented 13 years ago

There's a problem with Scriptable where if you hold on to instances of objects in the WebWorks template (BrowserField, Screen, etc) it will not garbage collect the item from the JavaScript Engine

More details in this thread: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Device-memory-is-Low-issue-for-an-WebWork-app/m-p/1166441

tneil commented 13 years ago

The fixes in this issue are only related to JavaScript extensions, Additional memory investigation will continue