]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use correct free function for virDomainVsockDef
authorJán Tomko <jtomko@redhat.com>
Wed, 5 Feb 2020 00:11:53 +0000 (01:11 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 5 Feb 2020 09:52:23 +0000 (10:52 +0100)
commit4166856c23800d727bd8004a8325fdd960353629
treee185f62154248e6d9cd9fb39c8738e730f1f2a1e
parent3f40a487a9a820004214574f82f0e492a836adf0
conf: use correct free function for virDomainVsockDef

Technically, there is no memleak here, since the only
allocations are filled by virDomainDeviceInfoParseXML,
which cleans up after itself.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h