Re: [Spice-devel] [spice-gtk PATCH v6 1/6] giopipe: don't fail on create_source

2015-06-03 Thread Victor Toso
> +if (self->sources == NULL) > +return; I forgot to remove this in both functions :( Oh well.. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [spice-gtk PATCH v6 1/6] giopipe: don't fail on create_source

2015-06-03 Thread Victor Toso
PipeInputStream and PipeOutputStream should not fail when creating GPollableStream source as this currently does not work with default write_all and read_all functions; In order to avoid creating zombie GSource in create_source of both PipeInputStream and PipeOutputStream, we track all created GSo