aboutsummaryrefslogtreecommitdiff
path: root/DebugUtils
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-02-10 04:00:35 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-02-10 04:00:35 +0000
commit782d59ac084205f1ca998a65ca0d46b47db6b627 (patch)
treea259a492a34b588c6b037bc11bedce27ee1e8d39 /DebugUtils
parent24520303528338589b543a72e3c8194899688607 (diff)
[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)
Diffstat (limited to 'DebugUtils')
-rw-r--r--DebugUtils/GTMMethodCheck.m2
1 files changed, 1 insertions, 1 deletions
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