mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
use the macro AUTORELEASE instead of -autorelease
This commit is contained in:
parent
da1d980d17
commit
2ad623d0b3
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ didReceiveResponse:(NSURLResponse *)response
|
|||
{
|
||||
d = [d mutableCopy];
|
||||
[(NSMutableDictionary *)d setObject: protocol forKey: @"Protocol"];
|
||||
[d autorelease];
|
||||
AUTORELEASE(d);
|
||||
}
|
||||
|
||||
address = [instance address];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue