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

Commit 93d7029c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: If88d436bd65a64f2c2694d2ab62c08fac138e6ef
parents a600ff1d 834aeb60
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;
}