mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-09 05:51:00 +00:00
red_channel: fix pipe item leak
This commit is contained in:
parent
bb8c90d8c2
commit
4f551a3550
@ -461,6 +461,7 @@ static void red_channel_client_send_item(RedChannelClient *rcc, PipeItem *item)
|
||||
switch (item->type) {
|
||||
case PIPE_ITEM_TYPE_SET_ACK:
|
||||
red_channel_client_send_set_ack(rcc);
|
||||
free(item);
|
||||
break;
|
||||
default:
|
||||
handled = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user