From d307b999e03493bfcadac36b84038e00dfcdd9ff Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 6 Dec 2008 12:45:54 +0000 Subject: [PATCH] CheckMemoryLeak.cpp, g_renew and g_try_renew also removed --- CheckMemoryLeak.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/CheckMemoryLeak.cpp b/CheckMemoryLeak.cpp index 801b013e3..22fa6a71c 100644 --- a/CheckMemoryLeak.cpp +++ b/CheckMemoryLeak.cpp @@ -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",