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:
committed by
Marge Bot
parent
39800f0fa3
commit
9ed34cf9ff
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user