[libvirt] [PATCH] lxc_container.c: avoid a leak on error paths

Jim Meyering jim at meyering.net
Fri Sep 4 17:00:08 UTC 2009


Daniel Veillard wrote:
> On Fri, Sep 04, 2009 at 04:15:20PM +0200, Jim Meyering wrote:
>> This started with a dead-store report:
>>
>>     File:		lxc_container.c
>>     Location:		line 417, column 10
>>     Description:	Although the value stored to 'rc' is used in the
>>           enclosing expression, the value is never actually read from 'rc'
>>
>> But there was a leak, too, upon any but the first failure.
>> This fixes both.
>
>   Ah, right ! Good catch :-)
>
>    ACK !

Thanks.
I've just pushed everything up to that point.




More information about the libvir-list mailing list