Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bff95c0d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 33489a9f c2e7ceb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
            }
        }
    }