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

Commit fedfcb7c authored by Valerie Hau's avatar Valerie Hau Committed by android-build-merger
Browse files

Merge "Fix loop in SF flushTransactionQueues" into qt-dev am: 3f8312b5

am: b696399e

Change-Id: I4a39426e17c2b6ea16cce5234f9dbed3a53cc3bc
parents af6e687c b696399e
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);
            }
        }
    }