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

Commit 52bdae3a authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "ConnectivityService: Fix to facilitate GC of FeatureUser" into gingerbread

parents 2c24270a bd425833
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
    private class FeatureUser implements IBinder.DeathRecipient {
        int mNetworkType;
        String mFeature;
        IBinder mBinder;
        final IBinder mBinder;
        int mPid;
        int mUid;
        long mCreateTime;