mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 02:15:23 +00:00
xenParseHypervisorFeatures: Remove superfluous VIR_FREE
Fixes: 4eb7c621985dad4de911ec394ac628bd1a5b29ab Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
baaf79ac0e
commit
47c3986d8d
@ -568,7 +568,6 @@ xenParseHypervisorFeatures(virConf *conf, virDomainDef *def)
|
|||||||
timer->mode = VIR_DOMAIN_TIMER_MODE_PARAVIRT;
|
timer->mode = VIR_DOMAIN_TIMER_MODE_PARAVIRT;
|
||||||
|
|
||||||
def->clock.timers[def->clock.ntimers - 1] = timer;
|
def->clock.timers[def->clock.ntimers - 1] = timer;
|
||||||
VIR_FREE(tscmode);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (xenConfigGetString(conf, "passthrough", &passthrough, NULL) < 0)
|
if (xenConfigGetString(conf, "passthrough", &passthrough, NULL) < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user