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

Commit 6f42d1ba authored by David Pursell's avatar David Pursell Committed by Android (Google) Code Review
Browse files

Merge "MessageQueue: explicitly remove FD event listeners." into pi-dev

parents 98831af7 5631f665
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -254,6 +254,7 @@ public final class MessageQueue {
        } else if (record != null) {
            record.mEvents = 0;
            mFileDescriptorRecords.removeAt(index);
            nativeSetFileDescriptorEvents(mPtr, fdNum, 0);
        }
    }