Re: [Qemu-devel] [PATCH] rbd: Fix leaks in rbd_start_aio() error path

2014-06-05 Thread Kevin Wolf
Am 05.06.2014 um 16:15 hat Benoît Canet geschrieben: > The Thursday 05 Jun 2014 à 15:55:27 (+0200), Kevin Wolf wrote : > > Signed-off-by: Kevin Wolf > > --- > > block/rbd.c | 5 - > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/block/rbd.c b/block/rbd.c > > index 09af

Re: [Qemu-devel] [PATCH] rbd: Fix leaks in rbd_start_aio() error path

2014-06-05 Thread Benoît Canet
The Thursday 05 Jun 2014 à 15:55:27 (+0200), Kevin Wolf wrote : > Signed-off-by: Kevin Wolf > --- > block/rbd.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/block/rbd.c b/block/rbd.c > index 09af484..94e2bfd 100644 > --- a/block/rbd.c > +++ b/block/rbd.c > @@ -684

[Qemu-devel] [PATCH] rbd: Fix leaks in rbd_start_aio() error path

2014-06-05 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- block/rbd.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/block/rbd.c b/block/rbd.c index 09af484..94e2bfd 100644 --- a/block/rbd.c +++ b/block/rbd.c @@ -684,13 +684,16 @@ static BlockDriverAIOCB *rbd_start_aio(BlockDriverState *bs, }