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:
alexm 2003-07-20 15:35:01 +00:00
parent 7e4ef0cdc9
commit 0f25da62f0
2 changed files with 5 additions and 2 deletions

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);