1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Zeev Suraski
1999-05-11 21:27:44 +00:00
parent ceeb9b38ba
commit 0997fcdc2b

View File

@@ -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);
}