CheckMemoryLeak.cpp, g_renew and g_try_renew also removed

This commit is contained in:
Reijo Tomperi 2008-12-06 12:45:54 +00:00
parent 0ea34d4705
commit d307b999e0
1 changed files with 0 additions and 2 deletions

View File

@ -96,10 +96,8 @@ CheckMemoryLeakClass::AllocType CheckMemoryLeakClass::GetAllocationType( const T
// Does tok2 point on "g_malloc", "g_strdup", ..
const char *gmallocfunc[] = {"g_new",
"g_new0",
"g_renew",
"g_try_new",
"g_try_new0",
"g_try_renew",
"g_malloc",
"g_malloc0",
"g_try_malloc",