Re: [Qemu-devel] [PATCH] vnc: remove bogus object_unref on client socket

2018-02-16 Thread Gerd Hoffmann
On Thu, Feb 15, 2018 at 01:24:14PM -0500, Bandan Das wrote: > Daniel P. Berrangé writes: > > > vnc_listen_io() does not own the reference on the 'cioc' parameter is it > > passed, so should not be unref'ing it. > > > > Reported-by: Bandan Das > >

Re: [Qemu-devel] [PATCH] vnc: remove bogus object_unref on client socket

2018-02-15 Thread Bandan Das
Daniel P. Berrangé writes: > vnc_listen_io() does not own the reference on the 'cioc' parameter is it > passed, so should not be unref'ing it. > > Reported-by: Bandan Das > Signed-off-by: Daniel P. Berrangé Daniel, wouldn't a Fixes:

Re: [Qemu-devel] [PATCH] vnc: remove bogus object_unref on client socket

2018-02-15 Thread Eric Blake
On 02/15/2018 04:26 AM, Daniel P. Berrangé wrote: vnc_listen_io() does not own the reference on the 'cioc' parameter is it passed, so should not be unref'ing it. Reported-by: Bandan Das Signed-off-by: Daniel P. Berrangé --- ui/vnc.c | 1 - 1 file

[Qemu-devel] [PATCH] vnc: remove bogus object_unref on client socket

2018-02-15 Thread Daniel P . Berrangé
vnc_listen_io() does not own the reference on the 'cioc' parameter is it passed, so should not be unref'ing it. Reported-by: Bandan Das Signed-off-by: Daniel P. Berrangé --- ui/vnc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/vnc.c b/ui/vnc.c