]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Don't leak 'ram' video property on error
authorChristophe Fergeau <cfergeau@redhat.com>
Thu, 21 Feb 2013 15:21:31 +0000 (16:21 +0100)
committerChristophe Fergeau <cfergeau@redhat.com>
Fri, 22 Feb 2013 08:31:19 +0000 (09:31 +0100)
commit2ed7e7eedce671c6e3f13327e7bb50181a390a65
treeab4fea6298819785a2ced85a3b1de6df7f08285a
parent9879fce9f6bc291469a04b9b19e72014fd660c07
conf: Don't leak 'ram' video property on error

It's only freed on normal returns from virDomainVideoDefParseXML,
but not when erroring out.
src/conf/domain_conf.c