mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user