mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
virkeepalive: Remove erroneous VIR_FREE(msg)
The 'msg' free is handled via virNetMessageFree() already.
This commit is contained in:
parent
770b4aa8f0
commit
618a5b33d4
@ -108,7 +108,6 @@ virKeepAliveMessage(virKeepAlivePtr ka, int proc)
|
||||
|
||||
error:
|
||||
VIR_WARN("Failed to generate keepalive %s", procstr);
|
||||
VIR_FREE(msg);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user