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

Commit 828cbe8a authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Fix RouterAdvertisementDaemon thread leakage problem" am: 1d8977b9

am: cbb2ae04

Change-Id: Ib328be760394deb8682f4926a0b393b0761416fd
parents dbfb25ab cbb2ae04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -275,6 +275,9 @@ public class RouterAdvertisementDaemon {

    public void stop() {
        closeSocket();
        // Wake up mMulticastTransmitter thread to interrupt a potential 1 day sleep before
        // the thread's termination.
        maybeNotifyMulticastTransmitter();
        mMulticastTransmitter = null;
        mUnicastResponder = null;
    }