mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
More leak fixups
This commit is contained in:
parent
42fa1bf04a
commit
96bbc05b18
6 changed files with 17 additions and 13 deletions
|
@ -431,6 +431,7 @@ typedef struct
|
|||
this->_delegate = nil;
|
||||
[o connection: self didFailWithError: error];
|
||||
DESTROY(o);
|
||||
DESTROY(this->_protocol);
|
||||
}
|
||||
|
||||
- (void) URLProtocol: (NSURLProtocol *)protocol
|
||||
|
@ -510,6 +511,7 @@ typedef struct
|
|||
this->_delegate = nil;
|
||||
[o connectionDidFinishLoading: self];
|
||||
DESTROY(o);
|
||||
DESTROY(this->_protocol);
|
||||
}
|
||||
|
||||
- (void) URLProtocol: (NSURLProtocol *)protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue