Re: [libvirt] Fixes for several memory leaks

2011-03-04 Thread Eric Blake
On 03/03/2011 08:28 PM, Phil Petty (phpetty) wrote: First, a big thank you for this. You found several real bugs, some easier than others to trigger. > Index: libvirt/src/conf/secret_conf.c > > === > > *** > > *** 154

[libvirt] Fixes for several memory leaks

2011-03-04 Thread Phil Petty (phpetty)
Index: libvirt/src/conf/secret_conf.c === *** *** 154,160 _("invalid value of 'private'")); goto cleanup; } - VIR_FREE(prop); }