提交 618a5b33 编写于 作者: J John Ferlan 提交者: Peter Krempa

virkeepalive: Remove erroneous VIR_FREE(msg)

The 'msg' free is handled via virNetMessageFree() already.
上级 770b4aa8
......@@ -108,7 +108,6 @@ virKeepAliveMessage(virKeepAlivePtr ka, int proc)
error:
VIR_WARN("Failed to generate keepalive %s", procstr);
VIR_FREE(msg);
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册