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

Commit 5f633f7d authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Merge "Camera2: Release input surface on capture session close" into...

Merge "Camera2: Release input surface on capture session close" into oc-dr1-dev am: 06802167 am: 102e9a7e
am: 6e61ca09

Change-Id: I23c3b40982d94561030c98450a47577f77e9e4b4
parents 98950c01 6e61ca09
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -412,6 +412,9 @@ public class CameraCaptureSessionImpl extends CameraCaptureSession
            // If no sequences are pending, fire #onClosed immediately
            mSequenceDrainer.beginDrain();
        }
        if (mInput != null) {
            mInput.release();
        }
    }

    /**