On Thu, May 12, 2022 at 15:59:16 +0200, Michal Privoznik wrote:
The qemuDomainManagedSavePath() function does no more than a
g_strdup_printf() and as such can't return NULL really.
Therefore, don't check for its return value.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_driver.c | 25 ++++++-------------------
1 file changed, 6 insertions(+), 19 deletions(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>