Re: [Qemu-devel] [PATCH] Fix some memory leaks in test-visitor-serialization

2013-03-27 Thread mdroth
On Tue, Mar 26, 2013 at 05:46:55PM -0400, Stefan Berger wrote: > This patch fixes some of the memory leaks in > test-visitor-serialization but not all of them. > > Signed-off-by: Stefan Berger > > --- > tests/test-visitor-serialization.c | 17 ++--- > 1 file changed, 14 insertions

[Qemu-devel] [PATCH] Fix some memory leaks in test-visitor-serialization

2013-03-26 Thread Stefan Berger
This patch fixes some of the memory leaks in test-visitor-serialization but not all of them. Signed-off-by: Stefan Berger --- tests/test-visitor-serialization.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) Index: qemu-git.pt/tests/test-visitor-serialization.c ==