[Spice-devel] [PATCH spice-gtk v2 1/5] Fix not setting channel specific capabilities upon channel reset
Marc-André Lureau
marcandre.lureau at gmail.com
Thu May 17 05:49:58 PDT 2012
On Thu, May 17, 2012 at 2:25 PM, Yonit Halperin <yhalperi at redhat.com> wrote:
> +static void spice_channel_reset_capabilities(SpiceChannel *channel)
> +{
> +
there is an extra line here
> + SpiceChannelPrivate *c = SPICE_CHANNEL_GET_PRIVATE(channel);
> + g_array_set_size(c->caps, 0);
> +
> + if (SPICE_CHANNEL_GET_CLASS(channel)->channel_reset_capabilities) {
> + SPICE_CHANNEL_GET_CLASS(channel)->channel_reset_capabilities(channel);
> + }
ack series
--
Marc-André Lureau
More information about the Spice-devel
mailing list