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

Commit af87b707 authored by Greg Kaiser's avatar Greg Kaiser Committed by Android (Google) Code Review
Browse files

Merge "DepthCompositeStream: Fix erase() in error case"

parents 51364921 07095df0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ void DepthCompositeStream::compilePendingInputLocked() {
            ALOGE("%s: Error locking blob image buffer: %s (%d)", __FUNCTION__,
                    strerror(-res), res);
            mPendingInputFrames[*it].error = true;
            mInputDepthBuffers.erase(it);
            mInputJpegBuffers.erase(it);
            continue;
        }