Android 9.0.0 Release 45 (PQ3B.190705.003)
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
1 file changed