mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix for bug 31168
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cc451397a4
commit
566d84d19f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-30 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSURLProtocol.m: Remove excess release pointed out by
|
||||
Sergey Golovin (bug 31168)
|
||||
|
||||
2010-09-30 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/GSMime.m: restore standardisation of header name
|
||||
|
|
|
@ -565,7 +565,6 @@ static NSURLProtocol *placeholder = nil;
|
|||
[_body release]; // for sending the body
|
||||
[_response release];
|
||||
[_credential release];
|
||||
[_credential release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue