diff -r cb9cdf247239 -r 0fa1fcf07d87 iPhone/Classes/MyViewController.m --- a/iPhone/Classes/MyViewController.m Wed Apr 22 16:45:39 2009 -0700 +++ b/iPhone/Classes/MyViewController.m Tue May 05 15:40:36 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;