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

Commit c91f9fe5 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents 35e8dcb9 3996b416
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9775,6 +9775,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);
        }