From a183284be1d02f427cea579119c060bc1af51401 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sat, 18 Jan 2014 15:51:54 -0800 Subject: Fixed example memory management --- example/mac/macExample/macExample/AppDelegate.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'example') 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"]; -- cgit v1.2.3