Re: [Qemu-devel] [PATCH 20/28] libqos: Correct memory leak

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:18:01PM -0400, John Snow wrote: > Fix a small memory leak inside of libqos, in the pc_alloc_init routine. > > Signed-off-by: John Snow > --- > tests/libqos/malloc-pc.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Stefan Hajnoczi pgpcpqzaGHLgQ.pgp Descrip

[Qemu-devel] [PATCH 20/28] libqos: Correct memory leak

2014-07-07 Thread John Snow
Fix a small memory leak inside of libqos, in the pc_alloc_init routine. Signed-off-by: John Snow --- tests/libqos/malloc-pc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/libqos/malloc-pc.c b/tests/libqos/malloc-pc.c index db1496c..63af60a 100644 --- a/tests/libqos/malloc-pc.c ++