Don't kill the targetToCached timer when invalidating a connection.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17265 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-07-20 15:35:01 +00:00
parent 48f9df8091
commit 66ef404e55
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-07-20 17:27 Alexander Malmberg <alexander@malmberg.org>
* Source/NSConnection.m (-invalidate): Don't kill the targetToCached
timer when invalidating a connection.
2003-07-20 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSThread.m: Separate out sleeping into a more efficient

View file

@ -1073,8 +1073,6 @@ static BOOL multi_threaded = NO;
_isValid = NO;
M_LOCK(connection_table_gate);
NSHashRemove(connection_table, self);
[timer invalidate];
timer = nil;
M_UNLOCK(connection_table_gate);
M_UNLOCK(_refGate);