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

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

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

* commit 'c91f9fe5':
  Avoiding cyclic references when unbinding from a service
parents a8ce7736 c91f9fe5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9802,6 +9802,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);
        }