mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
|
error:
|
||||||
VIR_WARN("Failed to generate keepalive %s", procstr);
|
VIR_WARN("Failed to generate keepalive %s", procstr);
|
||||||
VIR_FREE(msg);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user