aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/AppDelegate.m')
-rw-r--r--example/mac/macExample/macExample/AppDelegate.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/example/mac/macExample/macExample/AppDelegate.m b/example/mac/macExample/macExample/AppDelegate.m
index 7be4bfc2..b5f07f85 100644
--- a/example/mac/macExample/macExample/AppDelegate.m
+++ b/example/mac/macExample/macExample/AppDelegate.m
@@ -156,10 +156,8 @@ finishedRefreshWithFetcher:(GTMHTTPFetcher *)fetcher
[self willChangeValueForKey:@"loggingIn"];
- [self.checkOp release];
- _checkOp = nil;
- [self.session release];
- _session = nil;
+ self.checkOp = nil;
+ self.session = nil;
[self didChangeValueForKey:@"loggingIn"];