[libvirt] [PATCH] qemu: fix double free in qemuMigrationPrepareDirect

2013-07-10 Thread Ján Tomko
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 --- src/qemu/qemu_migration.c | 2 -- 1 file changed, 2 deletions(-) diff

Re: [libvirt] [PATCH] qemu: fix double free in qemuMigrationPrepareDirect

2013-07-10 Thread Martin Kletzander
On 07/10/2013 12:51 PM, Ján Tomko wrote: 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 ---