Re: [Spice-devel] [PATCH v3 1/8] replay: Record allocations in a GList to handle errors

2016-09-20 Thread Jonathon Jongsma
On Tue, 2016-09-20 at 08:18 -0400, Frediano Ziglio wrote: > > > > > > On Mon, 2016-09-19 at 18:35 +0200, Victor Toso wrote: > > > > > > Hi, > > > > > > On Fri, Sep 16, 2016 at 12:32:54PM +0100, Frediano Ziglio wrote: > > > > > > > > > > > > Allocations are kept into a GList to be able to free

Re: [Spice-devel] [PATCH v3 1/8] replay: Record allocations in a GList to handle errors

2016-09-20 Thread Frediano Ziglio
> > Hi, > > On Fri, Sep 16, 2016 at 12:32:54PM +0100, Frediano Ziglio wrote: > > Allocations are kept into a GList to be able to free in case some > > errors happened. > > > > Signed-off-by: Frediano Ziglio > > --- > > server/red-replay-qxl.c | 68 > > --

Re: [Spice-devel] [PATCH v3 1/8] replay: Record allocations in a GList to handle errors

2016-09-20 Thread Frediano Ziglio
> > On Mon, 2016-09-19 at 18:35 +0200, Victor Toso wrote: > > Hi, > > > > On Fri, Sep 16, 2016 at 12:32:54PM +0100, Frediano Ziglio wrote: > > > > > > Allocations are kept into a GList to be able to free in case some > > > errors happened. > > > > > > Signed-off-by: Frediano Ziglio > > > ---

Re: [Spice-devel] [PATCH v3 1/8] replay: Record allocations in a GList to handle errors

2016-09-19 Thread Jonathon Jongsma
On Mon, 2016-09-19 at 18:35 +0200, Victor Toso wrote: > Hi, > > On Fri, Sep 16, 2016 at 12:32:54PM +0100, Frediano Ziglio wrote: > > > > Allocations are kept into a GList to be able to free in case some > > errors happened. > > > > Signed-off-by: Frediano Ziglio > > --- > >  server/red-replay-q

Re: [Spice-devel] [PATCH v3 1/8] replay: Record allocations in a GList to handle errors

2016-09-19 Thread Victor Toso
Hi, On Fri, Sep 16, 2016 at 12:32:54PM +0100, Frediano Ziglio wrote: > Allocations are kept into a GList to be able to free in case some > errors happened. > > Signed-off-by: Frediano Ziglio > --- > server/red-replay-qxl.c | 68 > - > 1 file chang