From 18f4a3f9ffcf4f11a9eb07245439305afca2e4ce Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 20 Mar 2005 09:03:40 +0000 Subject: [PATCH] Merge --- TSRM/TSRM.c | 4 ++-- 1 file 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); } -- 2.50.1