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

Commit 4ced2620 authored by John Reck's avatar John Reck
Browse files

glFinish to flush deletes

Bug: 17479800
Change-Id: I4d4a3eeda510e037f806052025184f3cde18c847
parent ccfa1a97
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();
}

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