memory leak: don't show debug info

This commit is contained in:
Daniel Marjamäki 2009-01-16 16:19:50 +00:00
parent ddb3e2c7de
commit 1db6c010e3
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@ void CheckMemoryLeakClass::CheckMemoryLeak_CheckScope(const Token *Tok1, const c
}
simplifycode(tok);
tok->printOut("simplifycode result");
//tok->printOut("simplifycode result");
// If the variable is not allocated at all => no memory leak
if (Token::findmatch(tok, "alloc") == 0)