[Spice-devel] [PATCH 1/2] server: display_channel: releasing pipe items resources when the pipe is cleared (on disconnect)

2011-07-05 Thread Yonit Halperin
fixes display_channel_release_item: panic: invalid item type Before changing the red_worker to use the red_channel interface, there was a devoted red_pipe_clear routine for the display channel and cursor channel. However, clearing the pipe in red_channel, uses the release_item callback the worker

Re: [Spice-devel] [PATCH 1/2] server: display_channel: releasing pipe items resources when the pipe is cleared (on disconnect)

2011-07-05 Thread Alon Levy
On Tue, Jul 05, 2011 at 03:50:40PM +0300, Yonit Halperin wrote: fixes display_channel_release_item: panic: invalid item type ACK. Before changing the red_worker to use the red_channel interface, there was a devoted red_pipe_clear routine for the display channel and cursor channel.

Re: [Spice-devel] [PATCH 1/2] server: display_channel: releasing pipe items resources when the pipe is cleared (on disconnect)

2011-07-05 Thread Alon Levy
On Tue, Jul 05, 2011 at 03:50:40PM +0300, Yonit Halperin wrote: fixes display_channel_release_item: panic: invalid item type ACK all. Before changing the red_worker to use the red_channel interface, there was a devoted red_pipe_clear routine for the display channel and cursor channel.