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

Commit 5e18574c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Memory leak due to no stop for IpNeighborMonitor." am:...

Merge "Merge "Memory leak due to no stop for IpNeighborMonitor." am: 10b62267 am: 1e488831" into rvc-dev-plus-aosp am: 6a952e4f am: 9b3d8736

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1343440

Change-Id: I0fa81701ecb97cb86b695bac72e310acce7681e9
parents 9b696bc5 9b3d8736
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
        }