Home
last modified time | relevance | path

Searched hist:e72f9524febb78ee5ae2a201245cd7b1fb97ad08 (Results 1 – 1 of 1) sorted by relevance

/qemu/util/
H A Dqemu-config.ce72f9524febb78ee5ae2a201245cd7b1fb97ad08 Mon Jul 05 17:14:37 UTC 2021 Paolo Bonzini <pbonzini@redhat.com> qemu-config: never call the callback after an error, fix leak

Ensure that the callback to qemu_config_foreach is never called upon
an error, by moving the invocation before the "out" label.

Cc: armbru@redhat.com
Fixes: 3770141139 ("qemu-config: parse configuration files to a QDict", 2021-06-04)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>