Re: [Qemu-devel] [PATCH v3 1/3] nfs: Fix leak of opts in nfs_file_open

2014-08-27 Thread Benoît Canet
The Thursday 28 Aug 2014 à 13:56:10 (+0800), Fam Zheng wrote : > Signed-off-by: Fam Zheng > --- > block/nfs.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/block/nfs.c b/block/nfs.c > index 93d87f3..194f301 100644 > --- a/block/nfs.c > +++ b/block/nfs.c > @@

[Qemu-devel] [PATCH v3 1/3] nfs: Fix leak of opts in nfs_file_open

2014-08-27 Thread Fam Zheng
Signed-off-by: Fam Zheng --- block/nfs.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/block/nfs.c b/block/nfs.c index 93d87f3..194f301 100644 --- a/block/nfs.c +++ b/block/nfs.c @@ -393,16 +393,20 @@ static int nfs_file_open(BlockDriverState *bs, QDict *options,