On Mon, Sep 16, 2019 at 14:17:07 +0200, Peter Krempa wrote:
Clean up functions which grab and free the context to use
VIR_AUTOPTR.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/checkpoint_conf.c | 12 ++++--------
src/conf/domain_conf.c | 13 ++++---------
src/conf/interface_conf.c | 11 +++--------
src/conf/network_conf.c | 11 +++--------
src/conf/node_device_conf.c | 11 +++--------
src/conf/nwfilter_conf.c | 13 ++++---------
src/conf/snapshot_conf.c | 16 ++++++----------
src/conf/storage_conf.c | 24 ++++++++----------------
8 files changed, 35 insertions(+), 76 deletions(-)
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>