
23 Jun
2020
23 Jun
'20
9:36 a.m.
On a Monday in 2020, Daniel Henrique Barboza wrote:
Use g_autoptr() in qemuCaps to get rid of a virObjectUnref call, a 'cleanup' label and the 'ret' pointer.
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> ---
Found this while reviewing a patch last week.
src/qemu/qemu_capabilities.c | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano