]> xenbits.xensource.com Git - libvirt.git/commit
conf: Use VIR_AUTOPTR(virBitmap) in domain_conf
authorJohn Ferlan <jferlan@redhat.com>
Wed, 20 Feb 2019 16:04:47 +0000 (11:04 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 4 Mar 2019 12:09:06 +0000 (07:09 -0500)
commite2087c29552a909b0c14094f1d647331cb20e8dc
tree21c868fb05017bc65e4e3bfefb08d17ca3cf16ee
parent6c2e8566f88553b70ad360d80d56c3c34dcaf62e
conf: Use VIR_AUTOPTR(virBitmap) in domain_conf

Let's make use of the auto __cleanup capabilities for virBitmapPtr.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/conf/domain_conf.c