Path handling updates ... basically tolerate windows paths.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20935 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-03-21 12:29:02 +00:00
parent 64a9d2b5eb
commit a339be4200
7 changed files with 969 additions and 400 deletions

View file

@ -254,7 +254,11 @@ static void debugWrite(GSHTTPURLHandle *handle, NSData *data)
- (void) dealloc
{
RELEASE(sock);
if (sock != nil)
{
[sock closeFile];
DESTROY(sock);
}
RELEASE(u);
RELEASE(url);
RELEASE(dat);