提交 e0a4eaa9 编写于 作者: M Michal Privoznik

qemuDomainObjPrivateFree: Free @machineName

We're storing the machine name in @priv but free it just in
qemuProcessStop, Therefore this may leak.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 2d533297
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册