From 0e3becb81139a578e87a78be3e861e58a55d39ef Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 20 Nov 2000 14:48:23 +0000 Subject: [PATCH] Fix typo in multi-thread support. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8154 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/NSConnection.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.