Re: [Qemu-devel] [PATCH 1/3] tests: Fix two memory leaks

2011-02-20 Thread Aurelien Jarno
On Fri, Jan 21, 2011 at 10:49:29PM +0100, Stefan Weil wrote: > Although both leaks are not really important, fix them > to avoid cppcheck warnings: > > tests/linux-test.c:433: error: Memory leak: stack1 > tests/linux-test.c:433: error: Memory leak: stack2 > > Signed-off-by: Stefan Weil > --- >

[Qemu-devel] [PATCH 1/3] tests: Fix two memory leaks

2011-01-21 Thread Stefan Weil
Although both leaks are not really important, fix them to avoid cppcheck warnings: tests/linux-test.c:433: error: Memory leak: stack1 tests/linux-test.c:433: error: Memory leak: stack2 Signed-off-by: Stefan Weil --- tests/linux-test.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)