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

Commit 08568721 authored by George Burgess IV's avatar George Burgess IV Committed by android-build-merger
Browse files

Merge "libcameraservice: fix static analyzer complaints" am: 836a3100 am: 45e78fa7

am: fd2a7cbc

Change-Id: Ia1c506754b7c5c3d69efbfe57c754d909af18433
parents 85ab116e fd2a7cbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1339,7 +1339,7 @@ status_t HidlVendorTagDescriptor::createDescriptorFromHidl(
        desc->mReverseMapping[reverseIndex]->add(desc->mTagToNameMap.valueFor(tag), tag);
    }

    descriptor = desc;
    descriptor = std::move(desc);
    return OK;
}