[libvirt] [PATCH 1/6] conf: Plug memory leak on virDomainDefParseXML() error path

Eric Blake eblake at redhat.com
Wed Nov 30 22:06:45 UTC 2011


On 11/29/2011 10:57 PM, ajia at redhat.com wrote:
> From: Alex Jia <ajia at redhat.com>
> 
> Detected by Coverity. Leak introduced in commit 0873b68.
> 
> Signed-off-by: Alex Jia <ajia at redhat.com>
> ---
>  src/conf/domain_conf.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index d50a5c7..1559de2 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -7468,6 +7468,7 @@ static virDomainDefPtr virDomainDefParseXML(virCapsPtr caps,
>              if (i != 0) {
>                  virDomainReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
>                                       _("Only the first console can be a serial port"));
> +                virDomainChrDefFree(chr);
>                  goto error;

ACK and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20111130/585ec976/attachment-0001.sig>


More information about the libvir-list mailing list