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

Commit d541f0cb authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 4302886f: am c91f9fe5: Merge "Avoiding cyclic references when unbinding...

am 4302886f: am c91f9fe5: Merge "Avoiding cyclic references when unbinding from a service" into gingerbread

* commit '4302886f':
  Avoiding cyclic references when unbinding from a service
parents 1470f9c2 4302886f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10109,6 +10109,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                if (DEBUG_SERVICE) Slog.v(TAG,
                        "doneExecuting remove stopping " + r);
                mStoppingServices.remove(r);
                r.bindings.clear();
            }
            updateOomAdjLocked(r.app);
        }