mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-11 11:26:33 +00:00
server/red_channel: reset pipe_size on clear (from red_worker)
This commit is contained in:
parent
5062433d8a
commit
3476fe428d
@ -600,5 +600,6 @@ void red_channel_pipe_clear(RedChannel *channel)
|
||||
ring_remove(&item->link);
|
||||
channel->release_item(channel, item, FALSE);
|
||||
}
|
||||
channel->pipe_size = 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user