mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 07:22:07 +03:00
xenParseHypervisorFeatures: Remove superfluous VIR_FREE
Fixes: 4eb7c62198
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;
|
||||
|
||||
def->clock.timers[def->clock.ntimers - 1] = timer;
|
||||
VIR_FREE(tscmode);
|
||||
}
|
||||
|
||||
if (xenConfigGetString(conf, "passthrough", &passthrough, NULL) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user