On Tue, Feb 24, 2015 at 03:56:18PM +0100, Peter Krempa wrote:
> On Tue, Feb 24, 2015 at 15:00:49 +0100, Pavel Hrdina wrote:
> > In commit cc41c648 I've re-factored qemuMonitorFindBalloonObjectPath, but
> > missed that there is a memory leak. The "nextpath" variable is
> > overridden while looping i
On Tue, Feb 24, 2015 at 15:00:49 +0100, Pavel Hrdina wrote:
> In commit cc41c648 I've re-factored qemuMonitorFindBalloonObjectPath, but
> missed that there is a memory leak. The "nextpath" variable is
> overridden while looping in for cycle and we have to free it before next
overwritten
> cycle.
In commit cc41c648 I've re-factored qemuMonitorFindBalloonObjectPath, but
missed that there is a memory leak. The "nextpath" variable is
overridden while looping in for cycle and we have to free it before next
cycle.
Signed-off-by: Pavel Hrdina
---
src/qemu/qemu_monitor.c | 1 +
1 file changed,