2011/4/25 Eric Blake <eblake(a)redhat.com>:
On 04/24/2011 04:26 PM, Matthias Bolte wrote:
> Found by 'make -C tests valgrind'.
>
> xen_xm.c: Dummy allocation via virDomainChrDefNew is directly
> overwritten and lost. Free 'script' in success path too.
>
> vmx.c: Free virtualDev_string in success path too.
>
> domain_conf.c: Free compression in success path too.
> ---
> src/conf/domain_conf.c | 1 +
> src/vmx/vmx.c | 16 +++++++++-------
> src/xenxs/xen_xm.c | 3 +--
> 3 files changed, 11 insertions(+), 9 deletions(-)
ACK to all three fixes.
Thanks, pushed.
Matthias