Re: [libvirt] [libvirt-glib 4/4] Add some tests for new capabilities APIs

2012-05-15 Thread Zeeshan Ali (Khattak)
On Thu, May 10, 2012 at 10:27 PM, Christophe Fergeau wrote: > Running this through valgrind revealed two leaks and an invalid free: Totally forgot these in the rebase/rework of the whole series. Pushed a separate fix for all these now.. -- Regards, Zeeshan Ali (Khattak) FSF member#5124 -- lib

Re: [libvirt] [libvirt-glib 4/4] Add some tests for new capabilities APIs

2012-05-10 Thread Christophe Fergeau
Running this through valgrind revealed two leaks and an invalid free: diff --git a/libvirt-gconfig/tests/test-capabilities-parse.c b/libvirt-gconfig/tests/test-capabilities-parse.c index f895441..eefff2a 100644 --- a/libvirt-gconfig/tests/test-capabilities-parse.c +++ b/libvirt-gconfig/tests/test

[libvirt] [libvirt-glib 4/4] Add some tests for new capabilities APIs

2012-05-08 Thread Zeeshan Ali (Khattak)
From: "Zeeshan Ali (Khattak)" --- libvirt-gconfig/tests/Makefile.am |4 +- libvirt-gconfig/tests/test-capabilities-parse.c | 159 +++ libvirt-gconfig/tests/test-capabilities-parse.xml | 294 + 3 files changed, 456 insertions(+), 1 deletions(-)