Skip to content

Commit

Permalink
fix issue #2581
Browse files Browse the repository at this point in the history
  • Loading branch information
Talby authored and jmklix committed Aug 11, 2023
1 parent 630a5b7 commit 199fd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace Aws
return;
}

for(const auto it : *s_registry)
for(const auto& it : *s_registry)
{
if (it.second.TerminateFn) {
it.second.TerminateFn(it.first, -1);
Expand Down

0 comments on commit 199fd88

Please sign in to comment.