server/red_parse_qxl: get_path: remove return NULL

introduced by 2ec2dbc78a
This commit is contained in:
Alon Levy 2012-07-22 13:36:49 +03:00
parent 9aa630b4d7
commit 341d273bad

View File

@ -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);