Turn off GC on Mac project lest we confuse ourselves in future
Tweak comment
Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | // Automatically set on build | 25 | // Automatically set on build |
| 26 | -NSString *ASIHTTPRequestVersion = @"v1.6.2-23 2010-06-20"; | 26 | +NSString *ASIHTTPRequestVersion = @"v1.6.2-24 2010-06-20"; |
| 27 | 27 | ||
| 28 | NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain"; | 28 | NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain"; |
| 29 | 29 | ||
| @@ -2637,7 +2637,7 @@ static BOOL isiPhoneOS2; | @@ -2637,7 +2637,7 @@ static BOOL isiPhoneOS2; | ||
| 2637 | { | 2637 | { |
| 2638 | [[self retain] autorelease]; | 2638 | [[self retain] autorelease]; |
| 2639 | 2639 | ||
| 2640 | - // release won't be called when running with GC, so we'll clean these up now | 2640 | + // dealloc won't be called when running with GC, so we'll clean these up now |
| 2641 | if (request) { | 2641 | if (request) { |
| 2642 | CFMakeCollectable(request); | 2642 | CFMakeCollectable(request); |
| 2643 | } | 2643 | } |
This diff was suppressed by a .gitattributes entry.
-
Please register or login to post a comment