mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
b0f2d5ccaf
commit
be22a8b79e
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>
|
2009-02-09 Matt Rice <ratmice@gmail.com>
|
||||||
|
|
||||||
* Headers/Foundation/NSZone.h (GSMakeWeakPointer): Rename class
|
* Headers/Foundation/NSZone.h (GSMakeWeakPointer): Rename class
|
||||||
|
|
|
@ -76,7 +76,7 @@ static void clean_up_names(void)
|
||||||
[defaultServer removePort: port];
|
[defaultServer removePort: port];
|
||||||
}
|
}
|
||||||
NSEndMapTableEnumeration(&mEnum);
|
NSEndMapTableEnumeration(&mEnum);
|
||||||
DESTROY(arp);
|
IF_NO_GC([arp release]);
|
||||||
RegCloseKey(key);
|
RegCloseKey(key);
|
||||||
if (unknownThread == YES)
|
if (unknownThread == YES)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue