mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
7e4ef0cdc9
commit
0f25da62f0
2 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue