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

Commit 86cba9a1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "C2InterfaceHelper: fix split parameter handling"

parents d62dda99 39d10c19
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));
                }
            }