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

Commit c6038c9d 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

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



Change-Id: Ibbb615c77498f604900dd93bcd801466292bc78d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8c0f968f e20db188
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;