use the macro AUTORELEASE instead of -autorelease

This commit is contained in:
Sergei Golovin 2024-03-07 14:49:14 +04:00
parent da1d980d17
commit 2ad623d0b3

View file

@ -469,7 +469,7 @@ didReceiveResponse:(NSURLResponse *)response
{ {
d = [d mutableCopy]; d = [d mutableCopy];
[(NSMutableDictionary *)d setObject: protocol forKey: @"Protocol"]; [(NSMutableDictionary *)d setObject: protocol forKey: @"Protocol"];
[d autorelease]; AUTORELEASE(d);
} }
address = [instance address]; address = [instance address];