mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix memory leak reauthenticating
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22e7f7bae9
commit
a1dc63adf7
1 changed files with 1 additions and 0 deletions
|
@ -751,6 +751,7 @@ debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
{
|
||||
[self writeProperty: auth forKey: @"Authorization"];
|
||||
[self _tryLoadInBackground: u];
|
||||
RELEASE(self);
|
||||
return; // Retrying.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue