Mercurial > hg > soniczoomios
diff ServerComms.mm @ 44:a1e75b94c505
Snap to eval points. Double tap to go to preset (doesn't quite work yet). Coloured locks. Changed Question 2. Fixed some leaks.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 22 Apr 2013 18:32:34 +0100 |
parents | 79c129e500e1 |
children | 0d3a993405e4 |
line wrap: on
line diff
--- a/ServerComms.mm Fri Apr 19 18:50:04 2013 +0100 +++ b/ServerComms.mm Mon Apr 22 18:32:34 2013 +0100 @@ -52,6 +52,7 @@ [request setHTTPBody:postData ]; NSURLConnection *theConnection=[[NSURLConnection alloc] initWithRequest:request delegate:self]; + [theConnection release]; self.requestInProgress = YES; return YES; // asynchronous one??