]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: domain: Automatically free 'def' and 'actual' in virDomainNetDefParseXML
authorPeter Krempa <pkrempa@redhat.com>
Thu, 15 Sep 2022 13:52:21 +0000 (15:52 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Oct 2022 12:43:16 +0000 (14:43 +0200)
commit4721354f44d09d4b99a12294f88fde09f1d69ba6
tree23b15acd2c416fc9a4f52bc2a41ebfb6668e706e
parentd409d25cea5c27742e044d574d026afbbe8fb663
conf: domain: Automatically free 'def' and 'actual' in virDomainNetDefParseXML

Convert the last two variables having inline cleanup to automatic
cleanup.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.c