mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Tidyups and fixes for windows.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14458 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
770c303403
commit
b4f8ea7fda
2 changed files with 23 additions and 2 deletions
|
@ -165,7 +165,7 @@
|
|||
@interface GSAttrDictionary : NSDictionary
|
||||
{
|
||||
#ifdef __MINGW__
|
||||
const char *name;
|
||||
char *name;
|
||||
#endif
|
||||
struct stat statbuf;
|
||||
}
|
||||
|
@ -2626,7 +2626,7 @@ static NSSet *fileKeys = nil;
|
|||
{
|
||||
#ifdef __MINGW__
|
||||
if (name != 0)
|
||||
NSZoneFree(name);
|
||||
NSZoneFree(NSDefaultMallocZone(), name);
|
||||
#endif
|
||||
[super dealloc];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue