[libvirt] [PATCH] remote_driver.c: avoid leak on OOM error path

Jim Meyering jim at meyering.net
Thu Feb 11 16:01:04 UTC 2010


Daniel Veillard wrote:
> On Thu, Feb 11, 2010 at 12:58:54PM +0100, Jim Meyering wrote:
>> Any "goto out_of_memory" taken between the vars = qparam_query_parse (query)
>> allocation and the free_qparam_set call would result in a leak.
>>
>> Here's the fix:
...
>   ACK,

Thanks.
Pushed.




More information about the libvir-list mailing list