[libvirt] [PATCH] Fix small memory leaks in config parsing related functions

Matthias Bolte matthias.bolte at googlemail.com
Mon Apr 25 17:16:22 UTC 2011


2011/4/25 Eric Blake <eblake at 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




More information about the libvir-list mailing list