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

Commit 05a12901 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

am: 828cbe8a

Change-Id: If0be23f0d3f6aba164a3f09c80052311d617063f
parents 6a9e9872 828cbe8a
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;
    }