Memory leak: Changed a comment

This commit is contained in:
Daniel Marjamäki 2008-12-02 16:58:43 +00:00
parent d5d31cc632
commit 8578df698f
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ void CheckMemoryLeakClass::simplifycode(TOKEN *tok)
// Simpler but less powerful than "CheckMemoryLeak_CheckScope_All" // Check for memory leaks for a function variable.
void CheckMemoryLeakClass::CheckMemoryLeak_CheckScope( const TOKEN *Tok1, const char varname[] ) void CheckMemoryLeakClass::CheckMemoryLeak_CheckScope( const TOKEN *Tok1, const char varname[] )
{ {
std::list<const TOKEN *> callstack; std::list<const TOKEN *> callstack;