CheckMemoryLeak.cpp, g_renew and g_try_renew also removed
This commit is contained in:
parent
0ea34d4705
commit
d307b999e0
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue