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

Commit 6ebf8524 authored by Guojing Yuan's avatar Guojing Yuan Committed by Android (Google) Code Review
Browse files

Merge "Fix CDM memory leak for activity context" into sc-v2-dev

parents c3ef628c f0a37366
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ public final class CompanionDeviceManager {
    }

    private final ICompanionDeviceManager mService;
    private final Context mContext;
    private Context mContext;

    /** @hide */
    public CompanionDeviceManager(
@@ -541,6 +541,7 @@ public final class CompanionDeviceManager {
                mCallback = null;
                mHandler = null;
                mRequest = null;
                mContext = null;
            }
        }