parent
9b38ae73c1
commit
6afe9a4fbe
|
@ -537,8 +537,8 @@ static void PrintCallstack(FILE* f, PEXCEPTION_POINTERS ex)
|
|||
break;
|
||||
}
|
||||
|
||||
FreeLibrary(hLibDbgHelp);
|
||||
hLibDbgHelp=0;
|
||||
FreeLibrary(hLibDbgHelp);
|
||||
hLibDbgHelp=0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -897,7 +897,7 @@ static void valueFlowAfterCondition(TokenList *tokenlist, ErrorLogger *errorLogg
|
|||
|
||||
// start token of conditional code
|
||||
Token *startToken = nullptr;
|
||||
|
||||
|
||||
// based on the comparison, should we check the if or while?
|
||||
int codeblock = 0;
|
||||
if (Token::Match(tok, "==|>=|<=|!"))
|
||||
|
|
Loading…
Reference in New Issue