From: Zeev Suraski Date: Sun, 20 Mar 2005 09:03:40 +0000 (+0000) Subject: Merge X-Git-Tag: php-5.0.1b1~737 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18f4a3f9ffcf4f11a9eb07245439305afca2e4ce;p=php Merge --- 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); }