Re: [libvirt] Fix Xen virConnectPtr leak

2009-09-21 Thread Daniel P. Berrange
On Sat, Sep 19, 2009 at 11:50:21AM +0200, Matthias Bolte wrote: The commit cb51aa48a777ddae6997faa9f28350cb62655ffd Fix up connection reference counting. changed the driver closing and virConnectPtr unref-logic in virConnectClose(). Before this commit virConnectClose() closed all drivers of

[libvirt] Fix Xen virConnectPtr leak

2009-09-19 Thread Matthias Bolte
The commit cb51aa48a777ddae6997faa9f28350cb62655ffd Fix up connection reference counting. changed the driver closing and virConnectPtr unref-logic in virConnectClose(). Before this commit virConnectClose() closed all drivers of the given virConnectPtr and virUnrefConnect()'ed it afterwards. After