From: Alex Jia <[email protected]>

Detected by Coverity.  Leak introduced in commit 8866eed.

Signed-off-by: Alex Jia <[email protected]>
---
 src/uml/uml_driver.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/uml/uml_driver.c b/src/uml/uml_driver.c
index 073f362..fe6d5ba 100644
--- a/src/uml/uml_driver.c
+++ b/src/uml/uml_driver.c
@@ -1051,6 +1051,7 @@ static int umlStartVMDaemon(virConnectPtr conn,
         VIR_FREE(vm->def->consoles[i]->info.alias);
         if (virAsprintf(&vm->def->consoles[i]->info.alias, "console%zu", i) < 
0) {
             virReportOOMError();
+            VIR_FORCE_CLOSE(logfd);
             goto cleanup;
         }
     }
-- 
1.7.1

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to