Re: [libvirt] [PATCHv3 5/6] virsh: Register and unregister the close callback also in cmdConnect

2013-04-01 Thread Eric Blake
On 03/31/2013 10:20 AM, Peter Krempa wrote: This patch improves the error message after disconnecting from the hypervisor and adds the close callback operations required not to leak the callback reference. --- tools/virsh.c | 22 -- 1 file changed, 16 insertions(+), 6

[libvirt] [PATCHv3 5/6] virsh: Register and unregister the close callback also in cmdConnect

2013-03-31 Thread Peter Krempa
This patch improves the error message after disconnecting from the hypervisor and adds the close callback operations required not to leak the callback reference. --- tools/virsh.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/tools/virsh.c