Re: [Xen-devel] [PATCH 1/2] xl: free event in DOMAIN_RESTART_RENAME error path

2017-02-03 Thread Ian Jackson
Wei Liu writes ("[PATCH 1/2] xl: free event in DOMAIN_RESTART_RENAME error path"): > Otherwise it is leaked. Found by code inspection. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH 1/2] xl: free event in DOMAIN_RESTART_RENAME error path

2017-02-02 Thread Wei Liu
On Thu, Feb 02, 2017 at 03:46:36PM +, Wei Liu wrote: > Otherwise it is leaked. Found by code inspection. > > Signed-off-by: Wei Liu > --- > Cc: Ian Jackson > Cc: Fatih Acar > > Backport candidate. > --- > tools/libxl/xl_cmdimpl.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/t

[Xen-devel] [PATCH 1/2] xl: free event in DOMAIN_RESTART_RENAME error path

2017-02-02 Thread Wei Liu
Otherwise it is leaked. Found by code inspection. Signed-off-by: Wei Liu --- Cc: Ian Jackson Cc: Fatih Acar Backport candidate. --- tools/libxl/xl_cmdimpl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 7e8a8ae5c4..9bf10dfcb2 100