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

Commit 834aeb60 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Bluetooth: AsyncFdWatcher: Fix FD leak"

parents 42220e26 fb33775a
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;
}