]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: fix double free in qemuMigrationPrepareDirect
authorJán Tomko <jtomko@redhat.com>
Wed, 10 Jul 2013 10:33:29 +0000 (12:33 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 12 Jul 2013 07:27:04 +0000 (09:27 +0200)
commitefa2739be63b3e4971dc935b946f19a4a7d8f1d3
treedbe6dadb70bef39b794382a18473ca3b42fe2306
parent508a7a7523cd7cf7b6dfd38cf90a5762d95e493b
qemu: fix double free in qemuMigrationPrepareDirect

Remove assignment of the string freed by virURIFree
to hostname, since it's not used anywhere.

Double free introduced by ddf8ad8, useless code
introduced by f03dcc5.

https://bugzilla.redhat.com/show_bug.cgi?id=977961
(cherry picked from commit 5744d96f211160d406ec0498c2f814a67d1a3fc8)
src/qemu/qemu_migration.c