[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/3] xl: Free optdata_begin when saving domain config
On 17/01/14 17:34, Ian Jackson wrote: > This makes valgrind a bit happier. > > Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> > Cc: Ian Campbell <Ian.Campbell@xxxxxxxxxx> This is CID: 1055903 It is probably worth noting that there are 11 other resource leaks Coverity has found in this file. ~Andrew > --- > tools/libxl/xl_cmdimpl.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c > index d93e01b..aff6f90 100644 > --- a/tools/libxl/xl_cmdimpl.c > +++ b/tools/libxl/xl_cmdimpl.c > @@ -3442,6 +3442,8 @@ static void save_domain_core_writeconfig(int fd, const > char *source, > ctx, fd, optdata_begin, hdr.optional_data_len, > source, "header")); > > + free(optdata_begin); > + > fprintf(stderr, "Saving to %s new xl format (info" > " 0x%"PRIx32"/0x%"PRIx32"/%"PRIu32")\n", > source, hdr.mandatory_flags, hdr.optional_flags, _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |