Please be a bit more verbose in the commit log as to what the leak is.
(a virConnect reference is leaked in error cases, the unref is moved
after the label we jump to on errors to avoid the leak)
Looks good otherwise,
Christophe
On Wed, Jul 01, 2015 at 09:40:46PM +0100, Zeeshan Ali (Khattak) wro
---
libvirt-gobject/libvirt-gobject-connection.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libvirt-gobject/libvirt-gobject-connection.c
b/libvirt-gobject/libvirt-gobject-connection.c
index 1576906..dddbd3a 100644
--- a/libvirt-gobject/libvirt-gobject-connection.c
+