mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
util/queue: add missing space to comment in util_queue_destroy
Signed-off-by: Greg Depoire--Ferrer <greg.depoire@gmail.com> Reviewed-By: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15071>
This commit is contained in:
parent
39800f0fa3
commit
9ed34cf9ff
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ util_queue_destroy(struct util_queue *queue)
|
|||
{
|
||||
util_queue_kill_threads(queue, 0, false);
|
||||
|
||||
/* This makes it safe to call on a queue that failedutil_queue_init. */
|
||||
/* This makes it safe to call on a queue that failed util_queue_init. */
|
||||
if (queue->head.next != NULL)
|
||||
remove_from_atexit_list(queue);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue