[TIMOB-10560] Android: Memory leak on alert when exitOnClose is true for HW window.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-21T05:18:34.000+0000 |
Affected Version/s | Release 2.1.1, Release 3.0.0 |
Fix Version/s | Sprint 2012-17 API, Release 3.0.0 |
Components | Android |
Labels | api, module_window, qe-review, qe-testadded |
Reporter | Hieu Pham |
Assignee | Hieu Pham |
Created | 2012-08-22T13:32:45.000+0000 |
Updated | 2012-12-21T05:18:34.000+0000 |
Description
1. Run this code
alert("hi");
var win = Ti.UI.createWindow({fullscreen: false, exitOnClose: true});
win.open();
2. Press back button, and observe log for error. There should be no error.
No error related to memory leaks shown on click of hardware back button. Verified on: Titanium Studio: 2.1.2.201208201549 Titanium SDK: 2.2.0.v20120827143312 Android Device: LGP970 (v2.2)