Re: [Xen-devel] [PATCH] libxc: Fix CID 1351228 resource leak

2016-02-10 Thread Ian Campbell
On Wed, 2016-02-10 at 11:14 +, Ian Jackson wrote: > Dario Faggioli writes ("Re: [PATCH] libxc: Fix CID 1351228 resource > leak"): > > On Wed, 2016-02-10 at 14:39 +0530, Harmandeep Kaur wrote: > > > > > What I just said about the other patch ("libxc: Fix CID 1351225 > > resource leak") applies

Re: [Xen-devel] [PATCH] libxc: Fix CID 1351228 resource leak

2016-02-10 Thread Ian Jackson
Dario Faggioli writes ("Re: [PATCH] libxc: Fix CID 1351228 resource leak"): > On Wed, 2016-02-10 at 14:39 +0530, Harmandeep Kaur wrote: > > > What I just said about the other patch ("libxc: Fix CID 1351225 > resource leak") applies here as well, of course. :-) > > About the code... ... > >  if

Re: [Xen-devel] [PATCH] libxc: Fix CID 1351228 resource leak

2016-02-10 Thread Dario Faggioli
On Wed, 2016-02-10 at 14:39 +0530, Harmandeep Kaur wrote: > What I just said about the other patch ("libxc: Fix CID 1351225 resource leak") applies here as well, of course. :-) About the code... > --- a/tools/libxc/xc_tbuf.c > +++ b/tools/libxc/xc_tbuf.c > @@ -70,9 +70,13 @@ int xc_tbuf_get_size(

[Xen-devel] [PATCH] libxc: Fix CID 1351228 resource leak

2016-02-10 Thread Harmandeep Kaur
Signed-off-by: Harmandeep Kaur --- tools/libxc/xc_tbuf.c | 4 1 file changed, 4 insertions(+) diff --git a/tools/libxc/xc_tbuf.c b/tools/libxc/xc_tbuf.c index 695939a..f06f566 100644 --- a/tools/libxc/xc_tbuf.c +++ b/tools/libxc/xc_tbuf.c @@ -70,9 +70,13 @@ int xc_tbuf_get_size(xc_interface