]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: Fix memory leak when free'ing virDomainObj
authorLuke Yue <lukedyue@gmail.com>
Tue, 10 Aug 2021 13:47:21 +0000 (21:47 +0800)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 10 Aug 2021 13:55:55 +0000 (15:55 +0200)
commit5de700c64f15c5845352361c3e9d2d36d7adb507
tree045951adea2ff55e465939ffd0119d4547a4fbb1
parentb160cb720122c420a0dbfe940691580749188684
domain_conf: Fix memory leak when free'ing virDomainObj

Free dom->deprecations when free'ing virDomainObj

Signed-off-by: Luke Yue <lukedyue@gmail.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c