]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix leaks in vircapstest
authorJán Tomko <jtomko@redhat.com>
Wed, 12 Feb 2014 09:29:18 +0000 (10:29 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 12 Feb 2014 13:41:47 +0000 (14:41 +0100)
commit5b0dc11db8f5626d670bcc42ae6147fd095c5cee
tree8f19401ff14c5f1ec86e862ebab9721e6e0865cd
parentd38523926068218bfe04e100a343674219f6e51b
Fix leaks in vircapstest

Coverity complains about cell_cpus being leaked on error
and valgrind shows 'caps' is leaked on success.

Introduced in eb64e87.
tests/vircapstest.c