"Michael R. Hines" <mrhi...@linux.vnet.ibm.com> wrote: > On 02/18/2014 10:34 AM, mrhi...@linux.vnet.ibm.com wrote: >> From: "Michael R. Hines" <mrhi...@us.ibm.com>
Applied, would go in next pull request. >> @@ -2512,8 +2510,10 @@ static void *qemu_rdma_data_init(const char >> *host_port, Error **errp) >> } else { >> ERROR(errp, "bad RDMA migration address '%s'", host_port); >> g_free(rdma); >> - return NULL; >> + rdma = NULL; >> } >> + >> + qapi_free_InetSocketAddress(addr); >> } >> >> return rdma; > > Juan? Ping again? I obviously missed this one, sorry :-( Later, Juan.)