From: Tim Wiederhake Date: Tue, 20 Apr 2021 11:27:50 +0000 (+0200) Subject: xenParseHypervisorFeatures: Remove superfluous VIR_FREE X-Git-Tag: v7.3.0-rc1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47c3986d8d19c79d4192217cd2ba81dd814ae96c;p=thirdparty%2Flibvirt.git xenParseHypervisorFeatures: Remove superfluous VIR_FREE Fixes: 4eb7c621985dad4de911ec394ac628bd1a5b29ab Signed-off-by: Tim Wiederhake Reviewed-by: Michal Privoznik --- diff --git a/src/libxl/xen_common.c b/src/libxl/xen_common.c index 4e09c6b1a2..284d63a6aa 100644 --- a/src/libxl/xen_common.c +++ b/src/libxl/xen_common.c @@ -568,7 +568,6 @@ xenParseHypervisorFeatures(virConf *conf, virDomainDef *def) timer->mode = VIR_DOMAIN_TIMER_MODE_PARAVIRT; def->clock.timers[def->clock.ntimers - 1] = timer; - VIR_FREE(tscmode); } if (xenConfigGetString(conf, "passthrough", &passthrough, NULL) < 0)