Re: [Spice-devel] [PATCH spice-server] Release cursor as soon as possible

2017-09-06 Thread Frediano Ziglio
> > On Wed, Sep 06, 2017 at 01:41:21PM +0100, Frediano Ziglio wrote: > > diff --git a/server/red-parse-qxl.c b/server/red-parse-qxl.c > > index 33f36923a..fda4ff26d 100644 > > --- a/server/red-parse-qxl.c > > +++ b/server/red-parse-qxl.c > > @@ -26,6 +26,7 @@ > > #include "red-common.h" > > #inc

Re: [Spice-devel] [PATCH spice-server] Release cursor as soon as possible

2017-09-06 Thread Christophe Fergeau
On Wed, Sep 06, 2017 at 01:41:21PM +0100, Frediano Ziglio wrote: > diff --git a/server/red-parse-qxl.c b/server/red-parse-qxl.c > index 33f36923a..fda4ff26d 100644 > --- a/server/red-parse-qxl.c > +++ b/server/red-parse-qxl.c > @@ -26,6 +26,7 @@ > #include "red-common.h" > #include "memslot.h" >

[Spice-devel] [PATCH spice-server] Release cursor as soon as possible

2017-09-06 Thread Frediano Ziglio
Cursor resources (basically the shape of it) was retained till it was used however it was copied so there were no reason to not release this resource. Signed-off-by: Frediano Ziglio --- server/cursor-channel.c | 14 -- server/cursor-channel.h | 4 ++-- server/red-par

Re: [Spice-devel] [PATCH spice-server] Release cursor as soon as possible

2017-03-02 Thread Christophe Fergeau
On Wed, Mar 01, 2017 at 11:54:20AM -0500, Frediano Ziglio wrote: > > > > On Tue, Feb 28, 2017 at 03:20:09PM +, Frediano Ziglio wrote: > > > Cursor resources (basically the shape of it) was retained till > > > it was used however it was copied so there were no reason to not release > > > this r

Re: [Spice-devel] [PATCH spice-server] Release cursor as soon as possible

2017-03-01 Thread Frediano Ziglio
> > On Tue, Feb 28, 2017 at 03:20:09PM +, Frediano Ziglio wrote: > > Cursor resources (basically the shape of it) was retained till > > it was used however it was copied so there were no reason to not release > > this resource. > > > > Signed-off-by: Frediano Ziglio > > --- > > server/curso

Re: [Spice-devel] [PATCH spice-server] Release cursor as soon as possible

2017-03-01 Thread Christophe Fergeau
On Tue, Feb 28, 2017 at 03:20:09PM +, Frediano Ziglio wrote: > Cursor resources (basically the shape of it) was retained till > it was used however it was copied so there were no reason to not release > this resource. > > Signed-off-by: Frediano Ziglio > --- > server/cursor-channel.c

[Spice-devel] [PATCH spice-server] Release cursor as soon as possible

2017-02-28 Thread Frediano Ziglio
Cursor resources (basically the shape of it) was retained till it was used however it was copied so there were no reason to not release this resource. Signed-off-by: Frediano Ziglio --- server/cursor-channel.c | 14 -- server/cursor-channel.h | 4 ++-- server/red-par