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

Commit bea874b7 authored by David Pursell's avatar David Pursell Committed by android-build-merger
Browse files

Merge "MessageQueue: explicitly remove FD event listeners." am: b43daf5f

am: 04058764

Change-Id: Ia4537ab0db75eabe8b3bf3fc07585a36769727f8
parents 0bb7fbe7 04058764
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);
        }
    }