On a Monday in 2020, Michal Privoznik wrote:
While I'm at it, use more g_autofree and g_autoptr() in this
file. This also fixes a possible mem-leak in
virNetDevGetVirtualFunctions().
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/util/virnetdev.c | 384 ++++++++++++++++---------------------------
1 file changed, 139 insertions(+), 245 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano