
20 Apr
2020
20 Apr
'20
11:20 a.m.
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@redhat.com> --- src/util/virnetdev.c | 384 ++++++++++++++++--------------------------- 1 file changed, 139 insertions(+), 245 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano