Re: [Qemu-devel] [PATCH 3/4] quorum: Fix leak of opts in quorum_open

2014-08-27 Thread Benoît Canet
The Wednesday 27 Aug 2014 à 14:02:35 (+0800), Fam Zheng wrote : > Signed-off-by: Fam Zheng > --- > block/quorum.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/block/quorum.c b/block/quorum.c > index 0de07bb..ffe8bd9 100644 > --- a/block/quorum.c > +++ b/block/quorum

[Qemu-devel] [PATCH 3/4] quorum: Fix leak of opts in quorum_open

2014-08-26 Thread Fam Zheng
Signed-off-by: Fam Zheng --- block/quorum.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/block/quorum.c b/block/quorum.c index 0de07bb..ffe8bd9 100644 --- a/block/quorum.c +++ b/block/quorum.c @@ -796,7 +796,7 @@ static int quorum_open(BlockDriverState *bs, QDict *option