mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix line somehow missed from ast commit
This commit is contained in:
parent
47ce8d3da7
commit
7829ab86b5
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ static NSURLProtocol *placeholder = nil;
|
|||
{
|
||||
this->request = [request copy];
|
||||
this->cachedResponse = RETAIN(cachedResponse);
|
||||
this->client = client; // Not retained
|
||||
this->client = RETAIN(client);
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue