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

Commit c6a475a5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix JobServiceContext leak issue" into main am: 6b185621 am:...

Merge "Fix JobServiceContext leak issue" into main am: 6b185621 am: 9a946fcf am: 030eb7a5 am: e20db188 am: c6038c9d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2661635



Change-Id: If5722ac0305f65b152ae11af06c7504fa51c8384
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bedfcdff c6038c9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -456,6 +456,7 @@ public final class JobServiceContext implements ServiceConnection {
                if (DEBUG) {
                    Slog.d(TAG, job.getServiceComponent().getShortClassName() + " unavailable.");
                }
                mContext.unbindService(this);
                mRunningJob = null;
                mRunningJobWorkType = WORK_TYPE_NONE;
                mRunningCallback = null;