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

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

Camera: Vts: Fix missing session close am: d21dd860 am: 7e49059a

am: c8ce2b26

Change-Id: I3f5c69e1f0e7876c15d46e6fe71dd37c860f51d2
parents 84af4f6e c8ce2b26
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;
        }