From: Zeev Suraski Date: Tue, 11 May 1999 21:27:44 +0000 (+0000) Subject: Fix X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0997fcdc2b276914dfff4ff4a7737a38ce8d4f65;p=php Fix --- diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 2e2a2ec1ea..a7e9e640aa 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -258,8 +258,8 @@ void ts_free_thread() } if (thread_resources->next) { last = thread_resources; - thread_resources = thread_resources->next; } + thread_resources = thread_resources->next; } tsrm_mutex_unlock(tsmm_mutex); }