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

Commit 84401290 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Automerger Merge Worker
Browse files

Merge "Fix bugprone-use-after-move warnings" am: 758df637

Change-Id: Ie19f2ea56054d8aee76cd8e24067496dab70bbd4
parents a477d394 758df637
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1525,7 +1525,7 @@ void MediaCodecsXmlParser::Impl::generateRoleMap() const {
                nodeInfo.attributeList.push_back(Attribute{"rank", rank});
                nodeInfo.attributeList.push_back(Attribute{"rank", rank});
            }
            }
            nodeList->insert(std::make_pair(
            nodeList->insert(std::make_pair(
                    std::move(order), std::move(nodeInfo)));
                    order, std::move(nodeInfo)));
        }
        }
    }
    }
}
}