]> git.proxmox.com Git - qemu.git/blobdiff - migration-rdma.c
mips: revert commit b332d24a8e1290954029814d09156b06ede358e2
[qemu.git] / migration-rdma.c
index 83c9a0b761501dbb37c6390afcf4495e69b2effb..3a380d411a9edd185253860276ac81aa96ff36f2 100644 (file)
@@ -2097,6 +2097,8 @@ static void qemu_rdma_cleanup(RDMAContext *rdma)
         rdma_destroy_event_channel(rdma->channel);
         rdma->channel = NULL;
     }
+    g_free(rdma->host);
+    rdma->host = NULL;
 }