Re: [Spice-devel] [PATCH spice-server] reds: Free device chain in spice_server_destroy to avoid leaks

2018-07-13 Thread Christophe Fergeau
On Wed, Jul 11, 2018 at 05:30:25PM +0100, Frediano Ziglio wrote: > Leak detectors did not manage to find leaks, possibly as double list > have all elements likely with a pointer to them. > The reference from the agent is necessary for inserting it into > the list. > > Signed-off-by: Frediano

Re: [Spice-devel] [PATCH spice-server] reds: Free device chain in spice_server_destroy to avoid leaks

2018-07-13 Thread Frediano Ziglio
> > On 11/07/18 13:30, Frediano Ziglio wrote: > > Leak detectors did not manage to find leaks, possibly as double list > > have all elements likely with a pointer to them. > > The reference from the agent is necessary for inserting it into > > the list. > > > > Signed-off-by: Frediano Ziglio >

Re: [Spice-devel] [PATCH spice-server] reds: Free device chain in spice_server_destroy to avoid leaks

2018-07-12 Thread Eduardo Lima (Etrunko)
On 11/07/18 13:30, Frediano Ziglio wrote: > Leak detectors did not manage to find leaks, possibly as double list > have all elements likely with a pointer to them. > The reference from the agent is necessary for inserting it into > the list. > > Signed-off-by: Frediano Ziglio > --- >