Re: [PATCH 10/25] network: convert local pointers to g_auto*

2020-06-25 Thread Ján Tomko
On a Wednesday in 2020, Laine Stump wrote: This includes those that use plain VIR_FREE() as well as those that have a cleanup function defined for use via g_auto/g_autoptr (virCommand, virFirewall, virBuffer, virJSONValue etc). Signed-off-by: Laine Stump --- src/network/bridge_driver.c |

[PATCH 10/25] network: convert local pointers to g_auto*

2020-06-24 Thread Laine Stump
This includes those that use plain VIR_FREE() as well as those that have a cleanup function defined for use via g_auto/g_autoptr (virCommand, virFirewall, virBuffer, virJSONValue etc). Signed-off-by: Laine Stump --- src/network/bridge_driver.c | 477 +++---