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

Commit c8ce2b26 authored by zhangweiwei's avatar zhangweiwei Committed by android-build-merger
Browse files

Camera: Vts: Fix missing session close am: d21dd860

am: 7e49059a

Change-Id: Iac501001a108f60f7734d5e0a0076d0aa95b49aa
parents bf481c99 7e49059a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4135,6 +4135,8 @@ TEST_F(CameraHidlTest, processMultiCaptureRequestPreview) {
                &useHalBufManager /*out*/, &cb /*out*/, 0 /*streamConfigCounter*/,
                true /*allowUnsupport*/);
        if (session3_5 == nullptr) {
            ret = session3_4->close();
            ASSERT_TRUE(ret.isOk());
            continue;
        }