parent
8cd1d5a47d
commit
7ed3db7b32
|
@ -530,7 +530,7 @@ void CheckMemoryLeakInFunction::checkReallocUsage()
|
|||
tok2 = tok2->astParent();
|
||||
}
|
||||
|
||||
if (!arg || !tok2)
|
||||
if (!arg || !tok2)
|
||||
continue;
|
||||
|
||||
if (!((tok->varId() == arg->varId()) && isNoArgument(symbolDatabase, tok->varId())))
|
||||
|
|
Loading…
Reference in New Issue