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

This commit is contained in:
TreeHugger Robot
2017-09-05 22:59:02 +00:00
committed by Android (Google) Code Review

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);
}
}
}