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

Commit 15afeee2 authored by Vishnu Nair's avatar Vishnu Nair Committed by Automerger Merge Worker
Browse files

Merge "[wm] Explicitly release surfacecontrol in mirrorDisplay" into udc-dev...

Merge "[wm] Explicitly release surfacecontrol in mirrorDisplay" into udc-dev am: d6181d7c am: 8eecd54f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23136534



Change-Id: I02a6d6980e78a89d71809e5b0c36a51385f619fb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ae3c3999 8eecd54f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9014,7 +9014,7 @@ public class WindowManagerService extends IWindowManager.Stub

        final SurfaceControl mirror = SurfaceControl.mirrorSurface(displaySc);
        outSurfaceControl.copyFrom(mirror, "WMS.mirrorDisplay");

        mirror.release();
        return true;
    }