mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
64a9d2b5eb
commit
a339be4200
7 changed files with 969 additions and 400 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue