From 782d59ac084205f1ca998a65ca0d46b47db6b627 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 10 Feb 2010 04:00:35 +0000 Subject: [Author: dmaclach] Clean up a pile of API upgrade warnings from clang, and the dead store. R=thomasvl DELTA=13 (0 added, 3 deleted, 10 changed) --- DebugUtils/GTMMethodCheck.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DebugUtils') diff --git a/DebugUtils/GTMMethodCheck.m b/DebugUtils/GTMMethodCheck.m index 0d55e11..0331a67 100644 --- a/DebugUtils/GTMMethodCheck.m +++ b/DebugUtils/GTMMethodCheck.m @@ -154,7 +154,7 @@ void GTMMethodCheckMethodChecker(void) { free(methods); } free(classes); - [pool release]; + [pool drain]; } #endif // DEBUG -- cgit v1.2.3