am 0270d86a: am 778f47e5: am 069f4cbc: Merge "Fix memory leak in Connectivity Service when phone app crashes"
* commit '0270d86ab755dabb7d20013dcb591d3facbe1a08': Fix memory leak in Connectivity Service when phone app crashes
This commit is contained in:
@@ -2023,6 +2023,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
ReapUnvalidatedNetworks.DONT_REAP);
|
||||
}
|
||||
}
|
||||
NetworkFactoryInfo nfi = mNetworkFactoryInfos.remove(msg.replyTo);
|
||||
if (DBG && nfi != null) log("unregisterNetworkFactory for " + nfi.name);
|
||||
}
|
||||
|
||||
// If this method proves to be too slow then we can maintain a separate
|
||||
|
||||
Reference in New Issue
Block a user