mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix leaks
This commit is contained in:
parent
85888dc903
commit
077133dda3
1 changed files with 1 additions and 0 deletions
|
@ -906,6 +906,7 @@ typedef struct {
|
|||
|
||||
r = [[this->request mutableCopy] autorelease];
|
||||
[r setURL: url];
|
||||
AUTORELEASE(RETAIN(self));
|
||||
[this->client URLProtocol: self
|
||||
wasRedirectedToRequest: r
|
||||
redirectResponse: nil];
|
||||
|
|
Loading…
Reference in a new issue