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

Commit 49849fc1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth: AsyncFdWatcher: Fix FD leak" am: 834aeb60 am: 93d7029c

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1515717

Change-Id: I5f023d8e2e3b5cc688a5d92422a820e9b47410a4
parents deb7022e 93d7029c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -102,6 +102,9 @@ int AsyncFdWatcher::stopThread() {
    timeout_cb_ = nullptr;
  }

  close(notification_listen_fd_);
  close(notification_write_fd_);

  return 0;
}