• E
    storage: plug iscsi memory leak · 79052a76
    Eric Blake 提交于
    Detected by Coverity.  virStoragePoolSourceFree does not free the
    actual passed-in pointer.  A bigger patch would be to rename it
    virStoragePoolSourceClear to match behavior, or even split it into
    two functions depending on needed behavior; but this is the minimal
    fix to the one location out of eight that leaked memory.
    
    * src/storage/storage_backend_iscsi.c
    (virStorageBackendISCSIFindPoolSources): Free memory.
    79052a76
storage_backend_iscsi.c 21.9 KB