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)