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

Commit 3f8312b5 authored by Valerie Hau's avatar Valerie Hau Committed by Android (Google) Code Review
Browse files

Merge "Fix loop in SF flushTransactionQueues" into qt-dev

parents 598673fc e5562ecb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3564,7 +3564,7 @@ bool SurfaceFlinger::flushTransactionQueues() {
                it = mTransactionQueues.erase(it);
                mTransactionCV.broadcast();
            } else {
                std::next(it, 1);
                it = std::next(it, 1);
            }
        }
    }