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

Commit 2b6e0a84 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 494db35f: am 2be4e8ff: workaround to fix screenshot leak on N4

* commit '494db35f':
  workaround to fix screenshot leak on N4
parents eb6d9e41 494db35f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2810,6 +2810,9 @@ status_t SurfaceFlinger::captureScreenImplLocked(

    glDeleteTextures(1, &tname);

    DisplayDevice::makeCurrent(mEGLDisplay,
            getDefaultDisplayDevice(), mEGLContext);

    return result;
}