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