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

Commit 5ae7d9b0 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: 90d1d538

Change-Id: I58c519dc23d012c9f74378d45839a31383181428
parents a3b38cac 90d1d538
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;
        }
    }