search for: dc335ebde3b5

Displaying 1 result from an estimated 1 matches for "dc335ebde3b5".

2010 Aug 13
3
[PATCH] xl: make libxl_uuid2string internal to libxenlight
...t;odd-one-out" since xl has its own UUID formatting macros in any case. This change fixes the leaks in libxl internal callers which were not expecting to have to free() the UUID since the per-api-call-gc-lifetime patch. Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com> diff -r dc335ebde3b5 tools/libxl/libxl.c --- a/tools/libxl/libxl.c Thu Aug 12 18:03:23 2010 +0100 +++ b/tools/libxl/libxl.c Fri Aug 13 15:32:31 2010 +0100 @@ -90,7 +90,7 @@ int libxl_domain_make(libxl_ctx *ctx, li xs_transaction_t t; xen_domain_handle_t handle; - uuid_string = libxl_uuid2string(ctx, info...