commit | b00b93097f64b632d26242f7e753e4cec59c8a35 | [log] [tgz] |
---|---|---|
author | hyomin.oh <[email protected]> | Wed Jan 31 00:15:09 2018 +0900 |
committer | Jean-Michel Trivi <[email protected]> | Tue Apr 17 18:03:06 2018 -0700 |
tree | e4e9975b6fa5cc87da61b703399b355a681dcd8b | |
parent | 6084538d63e114a52228ee289cbea81eb6f704f6 [diff] |
Fix for AudioPlaybackConfiguration object leak AudioPlaybackConfiguration object is created for each OpenSLES players. Then if the type of player is AUDIOPLAYER_FROM_URIFD, it can not be noticed when the app using OpenSLES is forcibly terminated. Because IPlayer is passed to NULL and it not receive binderDied. Test: manual Bug: 77827195 Change-Id: Idd18838b75c40243afdd3f85f2970ec07510d3a0