[libvirt] [PATCH 09/14] storage: Resource resource leak using 'tmp_vols'

John Ferlan jferlan at redhat.com
Wed Jan 9 14:54:15 UTC 2013


---
 src/storage/storage_driver.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c
index ff56f4f..e98c18c 100644
--- a/src/storage/storage_driver.c
+++ b/src/storage/storage_driver.c
@@ -1197,6 +1197,7 @@ storagePoolListAllVolumes(virStoragePoolPtr pool,
             if (tmp_vols[i])
                 virStorageVolFree(tmp_vols[i]);
         }
+        VIR_FREE(tmp_vols);
     }
 
     if (obj)
-- 
1.7.11.7




More information about the libvir-list mailing list