[libvirt] [PATCH 4/4] util: Remove unused variable in virResctrlGetInfo

Martin Kletzander mkletzan at redhat.com
Mon Jan 29 15:31:44 UTC 2018


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 src/util/virresctrl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c
index 89b1382b6857..684cb22fd8a2 100644
--- a/src/util/virresctrl.c
+++ b/src/util/virresctrl.c
@@ -392,7 +392,6 @@ int
 virResctrlGetInfo(virResctrlInfoPtr resctrl)
 {
     DIR *dirp = NULL;
-    char *info_path = NULL;
     char *endptr = NULL;
     char *tmp_str = NULL;
     int ret = -1;
@@ -507,7 +506,6 @@ virResctrlGetInfo(virResctrlInfoPtr resctrl)
     ret = 0;
  cleanup:
     VIR_DIR_CLOSE(dirp);
-    VIR_FREE(info_path);
     if (i_type)
         VIR_FREE(i_type->cbm_mask);
     VIR_FREE(i_type);
-- 
2.16.1




More information about the libvir-list mailing list