Merge "audio: Fix for IPlayerShell object leak." into oc-mr1-dev

am: bff95c0d66

Change-Id: Ib7c16b6a2864d04584ceddd93f514a34fd131088
This commit is contained in:
Jean-Michel Trivi
2017-09-05 23:09:20 +00:00
committed by android-build-merger

View File

@@ -228,6 +228,7 @@ public final class PlaybackActivityMonitor
"releasing player piid:" + piid));
mPlayers.remove(new Integer(piid));
mDuckingManager.removeReleased(apc);
apc.handleStateEvent(AudioPlaybackConfiguration.PLAYER_STATE_RELEASED);
}
}
}