aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUnitTestingUtilities.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMUnitTestingUtilities.m')
-rw-r--r--UnitTesting/GTMUnitTestingUtilities.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMUnitTestingUtilities.m b/UnitTesting/GTMUnitTestingUtilities.m
index 2d78f23..5ce4219 100644
--- a/UnitTesting/GTMUnitTestingUtilities.m
+++ b/UnitTesting/GTMUnitTestingUtilities.m
@@ -96,7 +96,7 @@ static CGKeyCode GTMKeyCodeForCharCode(CGCharCode charCode);
if ([self areWeBeingUnitTested]) {
[self setUpForUIUnitTests];
}
- [pool release];
+ [pool drain];
}
+ (BOOL)isScreenSaverActive {