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

Commit a0982b18 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by android-build-merger
Browse files

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

am: b36f98ce

Change-Id: I24aabcd06fc38b4eed97b34d94172ba5ed0d7bb7
parents c9b2c3f7 b36f98ce
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);
            }
        }
    }