mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +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,
|
||||
ret->buffer.buffer_val, flags) < 0)
|
||||
goto cleanup;
|
||||
if (dom)
|
||||
virDomainFree(dom);
|
||||
|
||||
rv = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user