mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +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…
Reference in a new issue