MemoryLeak: Minor fix to reduce false positives

This commit is contained in:
Daniel Marjamäki 2008-10-16 16:26:29 +00:00
parent 7e18a2f689
commit fb5707b73e
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ static TOKEN *getcode(const TOKEN *tok, const char varname[])
addtoken("use");
// Function parameter..
if ( Match(tok, "[(,] %var1% [,)]", varnames) )
if ( Match(tok, "[(,)] %var1% [,)]", varnames) )
addtoken("use");
// Linux lists..