]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Fix memory leak for distances in virDomainNumaFree v3.10.0-rc2
authorJohn Ferlan <jferlan@redhat.com>
Tue, 21 Nov 2017 23:18:46 +0000 (18:18 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 1 Dec 2017 11:28:24 +0000 (06:28 -0500)
commit9f0ccc717ba9026c30ce38951a354dd66fa12e3b
tree2935470ec5fadea21cec7079a958072a6c935d30
parentac6cc1d822f8f0fb92448de4db5a1106c8d5c072
conf: Fix memory leak for distances in virDomainNumaFree

Commit id '74119a03f' neglected to clean up @distances when
the numa definition is cleaned up.
src/conf/numa_conf.c