]> git.proxmox.com Git - mirror_qemu.git/commit
migration: free addr in the same function that we created it
authorJuan Quintela <quintela@redhat.com>
Fri, 27 Oct 2017 10:23:29 +0000 (12:23 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 15 Jan 2018 11:47:55 +0000 (12:47 +0100)
commit9102d27e33b2a5b676ce3eb73b714c1f92062058
treee20f3aad1b52353c1993c9c940b953476783489e
parent6f0f6428351d09dd904bf81b137bdd4fd25ba029
migration: free addr in the same function that we created it

Otherwise, we can't use it after calling socket_start_incoming_migration

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
migration/socket.c