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

Commit c549c7e7 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Clean up RemoteCallbackList when we're done with it." into pi-dev

am: bbe6ee06

Change-Id: Ic7bd40f2a1fe95eae275dbd0580d7acd283ffca7
parents a2dd9f85 bbe6ee06
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2207,6 +2207,9 @@ public class ActivityManagerService extends IActivityManager.Stub
                    }
                }
                callbacks.finishBroadcast();
                // We have to clean up the RemoteCallbackList here, because otherwise it will
                // needlessly hold the enclosed callbacks until the remote process dies.
                callbacks.kill();
            } break;
            case UPDATE_TIME_ZONE: {
                synchronized (ActivityManagerService.this) {