• P
    Fix memory leak while scanning snapshots · 839a5295
    Philipp Hahn 提交于
    If a snapshot with the name already exists, virDomainSnapshotAssignDef()
    just returns NULL, in which case the snapshot definition is leaked.
    Currently this leak is not a big problem, since qemuDomainSnapshotLoad()
    is only called once during initial startup of libvirtd.
    Signed-off-by: NPhilipp Hahn <hahn@univention.de>
    839a5295
qemu_driver.c 290.6 KB