[AC-478] my app (PFA) crushed after redoing a same task again and again
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-11-07T17:37:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio, Titanium SDK & CLI |
Labels | n/a |
Reporter | Abidur Rahman Mallik |
Assignee | Shak Hossain |
Created | 2015-10-26T05:46:14.000+0000 |
Updated | 2015-11-07T17:37:43.000+0000 |
Description
I have a app with the following flow:
app.js -> login.js -> intermediate.js -> firstPage.js -> Two Separate Location
Two Separate Location:
settings.js -> changedate.js
intermediate2.js
login.js has a login view (window). intermediate.js has no view but get some parameter from login.js and consume webservices pass data to firstpage.js. first.page has the main view one window with tagroup. then if i want to go to settings.js, it has a window with a tabgroup. then if want to change date i will go to changedate.js which has a window with tabgroup. now by changing date i want to go firstpage.js.
And i am done with this. But this causes memory leaks after 2 or 3 times of changing date (sometimes at first) as far as i observe. i did not remove any window, listener.
Now my questions is how to delete all previous window with tabgroup?? and expecting suggestions wha can i do??
No comments