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:
Richard Frith-MacDonald 2013-11-23 06:10:16 +00:00
parent 22e7f7bae9
commit a1dc63adf7

View file

@ -751,6 +751,7 @@ debugWrite(GSHTTPURLHandle *handle, NSData *data)
{
[self writeProperty: auth forKey: @"Authorization"];
[self _tryLoadInBackground: u];
RELEASE(self);
return; // Retrying.
}
}