diff -r cb9cdf247239 -r 60f2b46d9a3b iPhone/Classes/MyViewController.m --- a/iPhone/Classes/MyViewController.m Wed Apr 22 16:45:39 2009 -0700 +++ b/iPhone/Classes/MyViewController.m Sat May 16 14:10:15 2009 -0700 @@ -95,6 +95,7 @@ NSString *message = [[NSString alloc] initWithData: request.body encoding: NSUTF8StringEncoding]; label.text = [NSString stringWithFormat: @"Echoed:\nā€œ%@ā€",message]; [request respondWithData: request.body contentType: request.contentType]; + [message release]; } - (void) connectionDidClose: (TCPConnection*)connection;