Re: [libvirt] [libvirt-glib] examples: Don't leak mainloop in conn-test.c

2015-07-22 Thread Christophe Fergeau
On Wed, Jul 22, 2015 at 02:56:53PM +0200, Christophe Fergeau wrote: > The program exits right after this, so it's no big deal, but this gives > us a clean valgrind --leak-check=full output. Ah, messed up my push of the 4 patches which were ACK'ed earlier, and pushed that one too :( Christophe p

[libvirt] [libvirt-glib] examples: Don't leak mainloop in conn-test.c

2015-07-22 Thread Christophe Fergeau
The program exits right after this, so it's no big deal, but this gives us a clean valgrind --leak-check=full output. --- examples/conn-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/conn-test.c b/examples/conn-test.c index adc6434..ac5880a 100644 --- a/example