aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMHTTPServer.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMHTTPServer.m')
-rw-r--r--Foundation/GTMHTTPServer.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Foundation/GTMHTTPServer.m b/Foundation/GTMHTTPServer.m
index ecd649c..4ecc9f7 100644
--- a/Foundation/GTMHTTPServer.m
+++ b/Foundation/GTMHTTPServer.m
@@ -94,10 +94,12 @@ static NSString *kResponse = @"Response";
[super dealloc];
}
+#if GTM_SUPPORT_GC
- (void)finalize {
[self stop];
[super finalize];
}
+#endif
- (id)delegate {
return delegate_;