]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Use correct type for device type enum in virDomainDeviceDefFree
authorPeter Krempa <pkrempa@redhat.com>
Thu, 20 Dec 2012 12:41:32 +0000 (13:41 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 5 Feb 2013 14:04:16 +0000 (15:04 +0100)
commit8a3cf528e52431a257eaaf15aab6f0839c7c026b
tree6e7c944eeb47dc959958ce2efeb2ad4ae82d437d
parent514b93061c11a4a61454458bcb2980a482185959
conf: Use correct type for device type enum in virDomainDeviceDefFree

With this change it's easy to spot a forgotten free if a new device
class is added.
src/conf/domain_conf.c