mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03: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…
x
Reference in New Issue
Block a user