diff --git a/libs/gui/BufferQueueProducer.cpp b/libs/gui/BufferQueueProducer.cpp index cdc810dc2..a53775fa7 100644 --- a/libs/gui/BufferQueueProducer.cpp +++ b/libs/gui/BufferQueueProducer.cpp @@ -890,7 +890,7 @@ void BufferQueueProducer::allocateBuffers(bool async, uint32_t width, continue; } - freeSlots.push_front(slot); + freeSlots.push_back(slot); } }