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

Commit 494db35f authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 2be4e8ff: workaround to fix screenshot leak on N4

* commit '2be4e8ff':
  workaround to fix screenshot leak on N4
parents dad8bd33 2be4e8ff
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;
}