Re: [Xen-devel] [PATCH for-4.6 v2 3/8] xl: call libxl_dominfo_init in main_list

2015-07-28 Thread Ian Campbell
On Mon, 2015-07-27 at 18:45 +0100, Wei Liu wrote: Always call init and dispose function on info_buf though it's not always used. Signed-off-by: Wei Liu wei.l...@citrix.com Acked-by: Ian Campbell ian.campb...@citrix.com ___ Xen-devel mailing list

[Xen-devel] [PATCH for-4.6 v2 3/8] xl: call libxl_dominfo_init in main_list

2015-07-27 Thread Wei Liu
Always call init and dispose function on info_buf though it's not always used. Signed-off-by: Wei Liu wei.l...@citrix.com --- tools/libxl/xl_cmdimpl.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index