mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 11:06:18 +00:00
dc: link is never null here
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
1d39275c3d
commit
a3ad49b326
@ -497,9 +497,7 @@ static int current_add_equal(DisplayChannel *display, DrawItem *item, TreeItem *
|
||||
if (dpi_ring_item) {
|
||||
dpi_ring_item = ring_next(&other_drawable->pipes, dpi_ring_item);
|
||||
}
|
||||
if (link) {
|
||||
link = link->next;
|
||||
}
|
||||
link = link->next;
|
||||
}
|
||||
out_loop:
|
||||
/* not sending other_drawable where possible */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user