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

Commit 030eb7a5 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: 9a946fcf

parents 06e8ba26 9a946fcf
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;