mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
48f9df8091
commit
66ef404e55
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue