commit | 2396a40c90a9f28ee4c63fd7199c38682eaeff70 | [log] [tgz] |
---|---|---|
author | daqiangx <daqiangx.li@intel.com> | Mon Dec 21 16:02:25 2015 +0800 |
committer | Yang YangX A <yangx.a.yang@intel.com> | Mon Jan 04 13:40:28 2016 +0800 |
tree | 61a4f119449a25f607036d795758a2c5b991e506 | |
parent | f3cc23524fddcc2d55d17747a901b2090773e429 [diff] |
fix out of memory with continuous entry and exit InstalledAppDetail. A session keeps in ApplicationsState list. The fragment don't release the session when it is destroyed. The cause of out of memory is that the session list is increased, but it can't be released. Change-Id: I23635610c9fdfb8a3423299a91cf9b11cb5cdb65 Signed-off-by: daqiangx <daqiangx.li@intel.com>