• L
    qemu: eliminate memory leak in qemuDomainUpdateDeviceConfig · 7a23ba09
    Laine Stump 提交于
    This function was freeing a virDomainNetDef with
    VIR_FREE(). virDomainNetDef is a complex structure with many pointers
    to other dynamically allocated data; to properly free it
    virDomainNetDefFree() must be called instead, otherwise several
    strings (and potentially other things) will be leaked.
    7a23ba09
qemu_driver.c 398.2 KB