diff --git a/CheckMemoryLeak.cpp b/CheckMemoryLeak.cpp index 77d3ac2c7..fff934e57 100644 --- a/CheckMemoryLeak.cpp +++ b/CheckMemoryLeak.cpp @@ -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",