From 0997fcdc2b276914dfff4ff4a7737a38ce8d4f65 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 11 May 1999 21:27:44 +0000 Subject: [PATCH] Fix --- TSRM/TSRM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.50.1