mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
server/red_parse_qxl: get_path: remove return NULL
introduced by 2ec2dbc78a
This commit is contained in:
parent
9aa630b4d7
commit
341d273bad
@ -242,7 +242,6 @@ static SpicePath *red_get_path(RedMemSlotInfo *slots, int group_id,
|
||||
}
|
||||
/* Ensure guest didn't tamper with segment count */
|
||||
spice_assert(n_segments == red->num_segments);
|
||||
return NULL;
|
||||
|
||||
if (free_data) {
|
||||
free(data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user