[libvirt] [PATCH] pci: autolearn name of stub driver, remove from arglist

Laine Stump laine at laine.org
Wed May 1 19:09:17 UTC 2013


Oops. I had a leak in the patch as sent! I'll squash this in before I push:


 diff --git a/src/util/virpci.c b/src/util/virpci.c
index 8d0dec8..5d7e19e 100644
--- a/src/util/virpci.c
+++ b/src/util/virpci.c
@@ -1028,6 +1028,7 @@ cleanup:
 
     VIR_FREE(drvdir);
     VIR_FREE(path);
+    VIR_FREE(driver);
 
     return result;
 }

}






More information about the libvir-list mailing list