On Fri, Aug 24, 2018 at 16:20:24 +0100, Peter Maydell wrote: (snip) > Hi -- Coverity points out in CID1395181 that this introduces > a memory leak -- we allocate memory into the rev pointer > with g_renew(), but we never free it before leaving the function.
Thanks for the heads up; fix forthcoming. Emilio