diff --git a/server/red_channel.c b/server/red_channel.c index 6165d0e6..62ae4a6a 100644 --- a/server/red_channel.c +++ b/server/red_channel.c @@ -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; }