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:
Richard Frith-MacDonald 2010-09-30 08:34:25 +00:00
parent cc451397a4
commit 566d84d19f
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -565,7 +565,6 @@ static NSURLProtocol *placeholder = nil;
[_body release]; // for sending the body
[_response release];
[_credential release];
[_credential release];
[super dealloc];
}