Re: [libvirt] [PATCH 0/2] tests: fix memleak in qemumonitorjsontest

2015-04-28 Thread Michal Privoznik
On 28.04.2015 03:16, Zhang Bo wrote: the free callback should be qemuMonitorChardevInfoFree rather than just 'free' when virHashCreate'ing the chardevInfo hash. Zhang Bo (2): qemu: make qemuMonitorChardevInfoFree non-static tests: free ChardevInfo correctly in qemumonitorjsontest

[libvirt] [PATCH 0/2] tests: fix memleak in qemumonitorjsontest

2015-04-27 Thread Zhang Bo
the free callback should be qemuMonitorChardevInfoFree rather than just 'free' when virHashCreate'ing the chardevInfo hash. Zhang Bo (2): qemu: make qemuMonitorChardevInfoFree non-static tests: free ChardevInfo correctly in qemumonitorjsontest src/qemu/qemu_monitor.c | 2 +-