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

2014-08-27 Thread Fam Zheng
On Wed, 08/27 16:46, Benoît Canet wrote: > The Wednesday 27 Aug 2014 à 14:02:33 (+0800), Fam Zheng wrote : > > Signed-off-by: Fam Zheng > > --- > > block/nfs.c | 7 +-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > > > diff --git a/block/nfs.c b/block/nfs.c > > index 93d87f3..36e80

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

2014-08-27 Thread Benoît Canet
The Wednesday 27 Aug 2014 à 14:02:33 (+0800), Fam Zheng wrote : > Signed-off-by: Fam Zheng > --- > block/nfs.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/block/nfs.c b/block/nfs.c > index 93d87f3..36e8057 100644 > --- a/block/nfs.c > +++ b/block/nfs.c > @@ -3

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

2014-08-26 Thread Fam Zheng
Signed-off-by: Fam Zheng --- block/nfs.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/block/nfs.c b/block/nfs.c index 93d87f3..36e8057 100644 --- a/block/nfs.c +++ b/block/nfs.c @@ -393,15 +393,18 @@ static int nfs_file_open(BlockDriverState *bs, QDict *options, int