aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMHTTPServer.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMHTTPServer.m')
-rw-r--r--Foundation/GTMHTTPServer.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Foundation/GTMHTTPServer.m b/Foundation/GTMHTTPServer.m
index ffa294c..ecd649c 100644
--- a/Foundation/GTMHTTPServer.m
+++ b/Foundation/GTMHTTPServer.m
@@ -90,6 +90,7 @@ static NSString *kResponse = @"Response";
- (void)dealloc {
[self stop];
+ [connections_ release];
[super dealloc];
}