diff --git a/CheckMemoryLeak.cpp b/CheckMemoryLeak.cpp index fff934e57..dac8c3fe7 100644 --- a/CheckMemoryLeak.cpp +++ b/CheckMemoryLeak.cpp @@ -89,6 +89,7 @@ CheckMemoryLeakClass::AllocType CheckMemoryLeakClass::GetAllocationType( const T "strdup", "kmalloc", "kzalloc", + "kcalloc", 0}; for ( unsigned int i = 0; mallocfunc[i]; i++ ) {