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

Commit 39d10c19 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

C2InterfaceHelper: fix split parameter handling

Bug: 160259947
Test: manual
Change-Id: I4cb9044db9174268b32b02bd5a74c82afe505953
parent 7e7b547d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -645,6 +645,7 @@ c2_status_t C2InterfaceHelper::config(
                    lateReadParams.emplace_back(p);
                    std::unique_ptr<C2Param> request(C2Param::CopyAsRequest(*p));
                    p = request.get();
                    paramIx = p->index();
                    paramRequests.emplace_back(std::move(request));
                }
            }