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

Commit c4539b1b authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "audio: Fix for IPlayerShell object leak." into oc-mr1-dev am: bff95c0d am: b36f98ce"
parents 9a8e4900 a0982b18
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);
            }
        }
    }