]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Make qemuMigrationParamsFree follow common pattern
authorJiri Denemark <jdenemar@redhat.com>
Wed, 21 Feb 2018 14:56:18 +0000 (15:56 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 17 Apr 2018 08:46:23 +0000 (10:46 +0200)
commit3bc416018bcc101c03db0360e97b2bfc0116bb5a
tree4df5dbfaffe01edeaf8ece0f6c936c64bcba9d8d
parent1b100b74a933c70034a079ad041a0f59e3ba17ac
qemu: Make qemuMigrationParamsFree follow common pattern

Our *Free functions usually do not take a double pointer and the caller
has to make sure it doesn't use the stale pointer after the *Free
function returns.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_migration_params.c
src/qemu/qemu_migration_params.h