Wei Liu writes ("[PATCH v3 04/10] libxl: avoid leaking in
libxl__initia_device_remove"):
> Change "return" to "goto out_success" to correctly dispose of the
> structure.
Acked-by: Ian Jackson
___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://l
Change "return" to "goto out_success" to correctly dispose of the
structure.
Signed-off-by: Wei Liu
---
tools/libxl/libxl_device.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/libxl/libxl_device.c b/tools/libxl/libxl_device.c
index 2493972..bee5ed5 100644
--- a/too