mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
qemuDomainObjPrivateFree: Free @machineName
We're storing the machine name in @priv but free it just in qemuProcessStop, Therefore this may leak. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
2d533297a0
commit
e0a4eaa913
@ -1722,6 +1722,7 @@ qemuDomainObjPrivateFree(void *data)
|
||||
virBitmapFree(priv->autoNodeset);
|
||||
virBitmapFree(priv->autoCpuset);
|
||||
|
||||
VIR_FREE(priv->machineName);
|
||||
VIR_FREE(priv->libDir);
|
||||
VIR_FREE(priv->channelTargetDir);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user