Skip to content

vkr: properly check the last pending sync

Yiwei Zhang requested to merge zzyiwei/virglrenderer:sync-fix into master

Just happen to notice something wrong.

sync->head.next after list_del(&sync->head) is constantly NULL.

/cc @olv @ryanneph

Merge request reports