]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: firewall: use VIR_AUTOPTR for aggregate types
authorSukrit Bhatnagar <skrtbhtngr@gmail.com>
Tue, 24 Jul 2018 15:52:17 +0000 (21:22 +0530)
committerErik Skultety <eskultet@redhat.com>
Fri, 27 Jul 2018 15:21:08 +0000 (17:21 +0200)
commit5d7bf2f8527245e4cd6f08e0b8bfa8d18ab036b2
treeeee5a2f40c6bc2c993b28fd11224b43f9e47e242
parent469da57cd6f40e5c360dfe7916178aace7078b5f
util: firewall: use VIR_AUTOPTR for aggregate types

By making use of GNU C's cleanup attribute handled by the
VIR_AUTOPTR macro for declaring aggregate pointer variables,
majority of the calls to *Free functions can be dropped, which
in turn leads to getting rid of most of our cleanup sections.

Signed-off-by: Sukrit Bhatnagar <skrtbhtngr@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/util/virfirewall.c