]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: use g_auto wherever appropriate
authorLaine Stump <laine@redhat.com>
Sat, 4 Jul 2020 03:43:21 +0000 (23:43 -0400)
committerLaine Stump <laine@redhat.com>
Mon, 20 Jul 2020 23:08:39 +0000 (19:08 -0400)
commitb32b2746add614e1fd240b1e0fc1e31b6270c73d
treec9891aa015d83bd53013494612211ae1187852e5
parent9f51c3d6c0400f891c9029441cb07fe68dce9e03
network: use g_auto wherever appropriate

This includes standard g_autofree() as well as other objects that have
a cleanup function defined to use via g_autoptr (virCommand,
virJSONValue)

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/network/bridge_driver.c
src/network/bridge_driver_linux.c
src/network/leaseshelper.c