commit | f783c02c61850cad5ecac59261d70ff967c9b898 | [log] [tgz] |
---|---|---|
author | Koji Fukui <koji.fukui@sonymobile.com> | Fri Feb 07 15:01:36 2014 +0900 |
committer | Akira Numata <akira.numata@sonymobile.com> | Mon Oct 19 14:22:45 2015 +0900 |
tree | 41b6da3a6b68e15f4815783b08d3dadeceddf037 | |
parent | 75693994f60bdec9a10db98ddb8addd2bc3f8bbb [diff] |
Avoid a double decrease of reference counter for unstable provider In some APIs unstable provider is released twice. Unexpected release of unstable provider makes the reference counter for unstable provider invalid state and it causes application crash. This change avoids unexpected double decrease of reference counter for unstable provider by setting null to prevent extra release in finally block. Change-Id: Ie2985c316ffcb6a9db7570c46347035c24d226af