memory leak: don't show debug info
This commit is contained in:
parent
ddb3e2c7de
commit
1db6c010e3
|
@ -1177,7 +1177,7 @@ void CheckMemoryLeakClass::CheckMemoryLeak_CheckScope(const Token *Tok1, const c
|
||||||
}
|
}
|
||||||
|
|
||||||
simplifycode(tok);
|
simplifycode(tok);
|
||||||
tok->printOut("simplifycode result");
|
//tok->printOut("simplifycode result");
|
||||||
|
|
||||||
// If the variable is not allocated at all => no memory leak
|
// If the variable is not allocated at all => no memory leak
|
||||||
if (Token::findmatch(tok, "alloc") == 0)
|
if (Token::findmatch(tok, "alloc") == 0)
|
||||||
|
|
Loading…
Reference in New Issue