Fix line somehow missed from ast commit

This commit is contained in:
Richard Frith-Macdonald 2020-04-14 08:26:07 +01:00
parent 47ce8d3da7
commit 7829ab86b5

View file

@ -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;
}