am 778f47e5: am 069f4cbc: Merge "Fix memory leak in Connectivity Service when phone app crashes"

* commit '778f47e5afcbe8af7283fabcfd32193e8aca1949':
  Fix memory leak in Connectivity Service when phone app crashes
This commit is contained in:
Robert Greenwalt
2015-04-06 18:04:39 +00:00
committed by Android Git Automerger

View File

@@ -2022,6 +2022,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