>
> 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
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"
>
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
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
>
> 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
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
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