Skip to content

Commit c3ea820

Browse files
Update valueflow.cpp
1 parent 814566f commit c3ea820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/valueflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ static void valueFlowLifetimeFunction(Token *tok, const TokenList &tokenlist, Er
25942594
const Token* varTok = args[iArg - 1];
25952595
if (varTok->variable() && varTok->variable()->isLocal())
25962596
LifetimeStore{ varTok, "Passed to '" + tok->str() + "'.", ValueFlow::Value::LifetimeKind::Address }.byRef(
2597-
tok->next(), tokenlist, errorLogger, settings);
2597+
tok->next(), tokenlist, errorLogger, settings);
25982598
}
25992599
}
26002600
}

0 commit comments

Comments
 (0)