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

Commit d8e5e813 authored by Antoine Labour's avatar Antoine Labour Committed by Android (Google) Code Review
Browse files

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

parents 524077ca 11f14871
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -890,7 +890,7 @@ void BufferQueueProducer::allocateBuffers(bool async, uint32_t width,
                        continue;
                        continue;
                    }
                    }


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