mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +00:00
remote: remove bogus virDomainFree.
This commit is contained in:
parent
bb12a63909
commit
aa6e7fb408
@ -916,8 +916,6 @@ remoteDispatchDomainMemoryPeek(struct qemud_server *server ATTRIBUTE_UNUSED,
|
|||||||
if (virDomainMemoryPeek(dom, offset, size,
|
if (virDomainMemoryPeek(dom, offset, size,
|
||||||
ret->buffer.buffer_val, flags) < 0)
|
ret->buffer.buffer_val, flags) < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
if (dom)
|
|
||||||
virDomainFree(dom);
|
|
||||||
|
|
||||||
rv = 0;
|
rv = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user