Re: [Spice-devel] [PATCH 02/30] Move dcc glz field initialization into dcc_new

2016-06-07 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Tue, 2016-06-07 at 11:17 +0100, Frediano Ziglio wrote: > There is no reason to initialize these fields in two different places. > Note that an usage between dcc_new and the function where these > field were initialised would have resulted in a crash. > > Signed-off

[Spice-devel] [PATCH 02/30] Move dcc glz field initialization into dcc_new

2016-06-07 Thread Frediano Ziglio
There is no reason to initialize these fields in two different places. Note that an usage between dcc_new and the function where these field were initialised would have resulted in a crash. Signed-off-by: Frediano Ziglio --- server/dcc.c | 10 -- 1 file changed, 4 insertions(+), 6 deleti