
31 May
2018
31 May
'18
7:20 a.m.
On Thu, May 31, 2018 at 09:16:10 +0200, Michal Privoznik wrote:
On 05/30/2018 06:46 PM, Peter Krempa wrote:
On Wed, May 30, 2018 at 18:04:27 +0200, Michal Privoznik wrote:
[...]
diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 27e2bd50eb..d8b4fbd6b0 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -19120,6 +19120,7 @@ virDomainDefParseXML(xmlDocPtr xml, "%s", _("malformed genid element")); goto error; } + VIR_FREE(tmp);
ACK
And safe for freeze? ;-) This one fixes a feature that was introduced in this release. The rest of the patches can go after the release.
Yes. I thought it was obvious :)