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 | d2a222320b58749794fb782bfe9c4c3c23038775 (patch) | |
tree | c343dfdcffdb2ec084f3b2523eaa6609c7983fe2 /unix/tclUnixThrd.c | |
parent | ffcf42745c6b45037104720cdd15d5d7003fdb63 (diff) | |
parent | 8451552b850228f9a1fd2ad51a4764ff3b61fc88 (diff) | |
download | tcl-d2a222320b58749794fb782bfe9c4c3c23038775.zip tcl-d2a222320b58749794fb782bfe9c4c3c23038775.tar.gz tcl-d2a222320b58749794fb782bfe9c4c3c23038775.tar.bz2 |
RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt. Eliminate exess spacing
Diffstat (limited to 'unix/tclUnixThrd.c')
-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); } |