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

Commit ebc04eff authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Automerger Merge Worker
Browse files

Memory leak due to no stop for IpNeighborMonitor. am: 8bcf198c am: 7d36cdb6

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

Change-Id: I8f83396e5ccdf2bfd0cbdb376aa6a61656bf3039
parents fdb1ab8d 7d36cdb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1322,6 +1322,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);
        }