Memory leak: Added checking for 'kcalloc'

This commit is contained in:
Daniel Marjamäki 2008-11-22 21:10:12 +00:00
parent 9ba5d0b14f
commit 2a85d68803
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ CheckMemoryLeakClass::AllocType CheckMemoryLeakClass::GetAllocationType( const T
"strdup",
"kmalloc",
"kzalloc",
"kcalloc",
0};
for ( unsigned int i = 0; mallocfunc[i]; i++ )
{