mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix for problem reported by Lu Liyi as bug #25540
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0558cd18a7
commit
be293b2c54
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-02-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/win32/NSMessagePortNameServer.m: Fix GC error on windows
|
||||
as reported by Ly Liyi
|
||||
|
||||
2009-02-09 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSZone.h (GSMakeWeakPointer): Rename class
|
||||
|
|
|
@ -76,7 +76,7 @@ static void clean_up_names(void)
|
|||
[defaultServer removePort: port];
|
||||
}
|
||||
NSEndMapTableEnumeration(&mEnum);
|
||||
DESTROY(arp);
|
||||
IF_NO_GC([arp release]);
|
||||
RegCloseKey(key);
|
||||
if (unknownThread == YES)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue