Fixed #9752 (ValueFlow: Uninit after assignment with '&')

This commit is contained in:
Daniel Marjamäki 2020-08-05 22:57:06 +02:00
parent d83757f1a1
commit 72fa5f2e27
1 changed files with 4 additions and 3 deletions

View File

@ -2503,10 +2503,11 @@ void Tokenizer::combineOperators()
t->deleteThis();
t->deleteThis();
t->deleteNext();
tok->str(".");
} else {
tok->str(".");
tok->originalName("->");
}
tok->str(".");
tok->originalName("->");
}
}
}