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

Commit bd7b9443 authored by Antoine Labour's avatar Antoine Labour Committed by Android Git Automerger
Browse files

am d8e5e813: Merge "BufferQueueProducer: fix which slot gets pre-allocated" into lmp-dev

* commit 'd8e5e813':
  BufferQueueProducer: fix which slot gets pre-allocated
parents a0c3a207 d8e5e813
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -890,7 +890,7 @@ void BufferQueueProducer::allocateBuffers(bool async, uint32_t width,
                        continue;
                    }

                    freeSlots.push_front(slot);
                    freeSlots.push_back(slot);
                }
            }