diff options
author | Zeev Suraski <zeev@php.net> | 2005-03-20 09:03:40 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2005-03-20 09:03:40 +0000 |
commit | 18f4a3f9ffcf4f11a9eb07245439305afca2e4ce (patch) | |
tree | 368ee053e575c4d53193cee0bc32ade6c9ae97dc /TSRM | |
parent | 4d46234912e65d654bfb76a6c118e8d6e44e0380 (diff) | |
download | php-git-18f4a3f9ffcf4f11a9eb07245439305afca2e4ce.tar.gz |
Merge
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/TSRM.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 1e510d1690..4d7e80edef 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -288,11 +288,11 @@ static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr, THREAD_ } } - tsrm_mutex_unlock(tsmm_mutex); - if (tsrm_new_thread_end_handler) { tsrm_new_thread_end_handler(thread_id, &((*thread_resources_ptr)->storage)); } + + tsrm_mutex_unlock(tsmm_mutex); } |