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

Commit cca17cc2 authored by Alex Vakulenko's avatar Alex Vakulenko Committed by android-build-merger
Browse files

bufferhubd: Fix an error on not closing post_fence explicitly.

am: 052f3aeb

Change-Id: I4d8f0951f31a62847b048be1db62603abe765c3a
parents a07aad18 052f3aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ LocalFence ProducerChannel::OnProducerGain(Message& message) {

  ClearAvailable();
  producer_owns_ = true;
  post_fence_.get_fd();
  post_fence_.close();
  return std::move(returned_fence_);
}