Re: [Qemu-devel] [PATCH 11/37] tests: fix small leak in test-io-channel-command

2016-07-21 Thread Marc-André Lureau
Hi On Wed, Jul 20, 2016 at 1:16 AM, Marc-André Lureau wrote: > Hi > > - Original Message - >> On 07/19/2016 02:54 AM, marcandre.lur...@redhat.com wrote: >> > From: Marc-André Lureau >> > >> > srcfifo && dstfifo must still be freed in this case. >> > >> > Signed-off-by: Marc-André Lureau

Re: [Qemu-devel] [PATCH 11/37] tests: fix small leak in test-io-channel-command

2016-07-19 Thread Eric Blake
On 07/19/2016 02:54 AM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > srcfifo && dstfifo must still be freed in this case. > > Signed-off-by: Marc-André Lureau > --- > tests/test-io-channel-command.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a

Re: [Qemu-devel] [PATCH 11/37] tests: fix small leak in test-io-channel-command

2016-07-19 Thread Marc-André Lureau
Hi - Original Message - > On 07/19/2016 02:54 AM, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > srcfifo && dstfifo must still be freed in this case. > > > > Signed-off-by: Marc-André Lureau > > --- > > tests/test-io-channel-command.c | 3 ++- > > 1 file change

[Qemu-devel] [PATCH 11/37] tests: fix small leak in test-io-channel-command

2016-07-19 Thread marcandre . lureau
From: Marc-André Lureau srcfifo && dstfifo must still be freed in this case. Signed-off-by: Marc-André Lureau --- tests/test-io-channel-command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-io-channel-command.c b/tests/test-io-channel-command.c index 1d1f46