]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf/domain_addr.c: remove unneeded 'cleanup' labels
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 9 Jan 2020 18:33:42 +0000 (15:33 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 31 Jan 2020 14:25:33 +0000 (15:25 +0100)
commit738bedbf4ec8d4bde5a3f7def4b3f3044ac89521
tree0c6dc8313082d5d7c87872248a439678b6f930b1
parent3f9f550061e158d4f85ac489afb2a8d518544864
conf/domain_addr.c: remove unneeded 'cleanup' labels

Previous patch used 'g_autofree' to eliminate instances of
VIR_FREE(), making some cleanup labels obsolete. This
patch removes them.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_addr.c