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

Commit 8e73a650 authored by Lajos Molnar's avatar Lajos Molnar Committed by android-build-merger
Browse files

Merge "media/codec2: reserve a slot for failed query results" into qt-dev am:...

Merge "media/codec2: reserve a slot for failed query results" into qt-dev am: 90d1d538 am: 7c504d9e
am: c8554c94

Change-Id: I376304b475465f4b5ceac7cea6c06a7b9fd1c6ea
parents 3c82a64a c8554c94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -794,9 +794,11 @@ c2_status_t C2InterfaceHelper::query(
            if (p != nullptr) {
                heapParams->push_back(std::move(p));
            } else {
                heapParams->push_back(nullptr);
                paramNoMemory = true;
            }
        } else {
            heapParams->push_back(nullptr);
            paramNotFound = true;
        }
    }