diff --git a/ChangeLog b/ChangeLog index c4ab4bcf1..ccc18fdd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-11-20 Nicola Pero + + * Source/NSConnection.m: ([NSConnection -invalidate]) Fixed typo in + multi-thread support. + 2000-11-18 Richard Frith-Macdonald * Source/NSURLHandle.m: Implemented setting and gettign of properties diff --git a/Source/NSConnection.m b/Source/NSConnection.m index 8701d9e47..d2ac27a79 100644 --- a/Source/NSConnection.m +++ b/Source/NSConnection.m @@ -893,7 +893,7 @@ static BOOL multi_threaded = NO; timer = nil; M_UNLOCK(connection_table_gate); - M_LOCK(_refGate); + M_UNLOCK(_refGate); /* * Don't need notifications any more - so remove self as observer.