5 Feb
2018
5 Feb
'18
6:35 p.m.
On 02/02/2018 01:13 PM, Marc Hartmayer wrote:
The second patch fixes the memory leak.
Marc Hartmayer (2): qemu: Use the return value of virObjectRef directly qemu: Add and use qemuProcessEventFree for freeing qemuProcessEvents
src/qemu/qemu_domain.c | 23 +++++++++++++++++++++++ src/qemu/qemu_domain.h | 2 ++ src/qemu/qemu_driver.c | 12 ++---------- src/qemu/qemu_process.c | 41 ++++++++++++++--------------------------- 4 files changed, 41 insertions(+), 37 deletions(-)
I've fixed all the issues raised and pushed. Thanks, Michal