Memory leak: The 'realloc' shouldn't be treated exactly like 'malloc'
This commit is contained in:
parent
0d3a99adb0
commit
9ba5d0b14f
|
@ -86,7 +86,6 @@ CheckMemoryLeakClass::AllocType CheckMemoryLeakClass::GetAllocationType( const T
|
|||
// Does tok2 point on "malloc", "strdup" or "kmalloc"..
|
||||
const char *mallocfunc[] = {"malloc",
|
||||
"calloc",
|
||||
"realloc",
|
||||
"strdup",
|
||||
"kmalloc",
|
||||
"kzalloc",
|
||||
|
|
Loading…
Reference in New Issue