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

Commit 8f33b4e9 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 87cfb3f2: am 6fcaf93f: am 40d2705e: am a154d76e: am 340ccfe0: Merge...

am 87cfb3f2: am 6fcaf93f: am 40d2705e: am a154d76e: am 340ccfe0: Merge "glFinish to flush deletes" into lmp-dev

* commit '87cfb3f2cffa909314a4cc37be6f01f5e847840a':
  glFinish to flush deletes
parents fc29401d 367e4c5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -377,6 +377,7 @@ void Caches::flush(FlushMode mode) {
    }

    clearGarbage();
    glFinish();
}

///////////////////////////////////////////////////////////////////////////////