Update src/Common/Scheduler/Nodes/UnifiedSchedulerNode.h

This commit is contained in:
Nikita Mikhaylov 2024-11-01 12:43:38 +01:00 committed by GitHub
parent 06a23c0a79
commit 9d0da01ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -492,7 +492,7 @@ public:
nodes.push_back(impl.semaphore);
if (impl.branch.queue)
nodes.push_back(impl.branch.queue);
for (auto & [_, branch] : impl.branch.branch.branches)
for (auto & [_0, branch] : impl.branch.branch.branches)
{
for (auto & [_1, child] : branch.children)
child->addRawPointerNodes(nodes);