diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-01 13:06:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-01 13:06:40 (GMT) |
commit | f34e441fc16a51536c68eead8a87da4aa9306309 (patch) | |
tree | c343dfdcffdb2ec084f3b2523eaa6609c7983fe2 /unix | |
parent | 2efac8287052129530eb33f10f980d5d67854789 (diff) | |
parent | aa0288d6918b42ae6b13f1cd94180e28c4ce3750 (diff) | |
download | tcl-f34e441fc16a51536c68eead8a87da4aa9306309.zip tcl-f34e441fc16a51536c68eead8a87da4aa9306309.tar.gz tcl-f34e441fc16a51536c68eead8a87da4aa9306309.tar.bz2 |
RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt. Eliminate exess spacing
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixThrd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c index 562c7ee..cf81850 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -713,7 +713,7 @@ TclpInitAllocCache(void) { pthread_mutex_lock(allocLockPtr); pthread_key_create(&key, TclpFreeAllocCache); - pthread_mutex_unlock(allocLockPtr); + pthread_mutex_unlock(allocLockPtr); } void @@ -727,7 +727,7 @@ TclpFreeAllocCache( TclFreeAllocCache(ptr); pthread_setspecific(key, NULL); - + } else { pthread_key_delete(key); } |