SWDEV-318237 SWDEV-330173 - Fixes kernel parameter corruption when multiple nodes of the same kernelNode exist

Change-Id: I6437593be46b7b5afc3d77cdd887ad4139978ad3
This commit is contained in:
Sourabh Betigeri
2022-05-12 15:16:32 -07:00
committed by Ajay GunaShekar
orang tua cfe1efd6b0
melakukan 5549c8cd1b
4 mengubah file dengan 207 tambahan dan 39 penghapusan
+1 -1
Melihat File
@@ -645,7 +645,7 @@ ihipGraph* ihipGraph::clone(std::unordered_map<Node, Node>& clonedNodes) const{
newGraph->vertices_.push_back(node);
clonedNodes[entry] = node;
}
std::vector<Node> dependancies;
std::vector<Node> clonedEdges;
std::vector<Node> clonedDependencies;
for (auto node : vertices_) {