Merge "Merge "Memory leak due to no stop for IpNeighborMonitor." am: 10b6226702 am: 1e488831bd" into rvc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a952e4f88
@@ -1321,6 +1321,7 @@ public class IpServer extends StateMachine {
|
||||
class UnavailableState extends State {
|
||||
@Override
|
||||
public void enter() {
|
||||
mIpNeighborMonitor.stop();
|
||||
mLastError = TetheringManager.TETHER_ERROR_NO_ERROR;
|
||||
sendInterfaceState(STATE_UNAVAILABLE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user