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

2013-03-28 Thread Stefan Hajnoczi
On Thu, Mar 28, 2013 at 07:22:12AM -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 > > --- > v1->v2: call qobject_decref(obj) earlier > > --- > tests/test-visitor-serialization.c |

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

2013-03-28 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 --- v1->v2: call qobject_decref(obj) earlier --- tests/test-visitor-serialization.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) Index: qemu-git