commit | cae18f1a8e741e6c1edb3c31b0684fcae5429eb0 | [log] [tgz] |
---|---|---|
author | Kazuhiro Ondo <kazuhiro.ondo@motorola.com> | Tue Jul 19 11:23:37 2011 -0500 |
committer | Wink Saville <wink@google.com> | Tue Jul 19 12:02:01 2011 -0700 |
tree | 652a89e699b5f763ae3944bc4208255a4a104ba2 | |
parent | 57c83bb4e69034efcfe45f19a8d44955f4921c3d [diff] |
Fix FeatureUser leak in ConnectivityService In case infinite restoral timer is used for a network feature, FeatureUser could be keep added but never released if a user is keep calling "startUsingNetworkFeature". This patch will add duplication check when adding a FeatureUser into the list in case infinite restoral timer is used. Bug: 5043513 Change-Id: I47e7076e217f201454fae33ce596ecdc63cf7908