Re: [libvirt] [PATCH] virsh-domain: Fix memleak in cmdUndefine with storage

2013-08-15 Thread Peter Krempa
On 08/12/13 17:25, Ján Tomko wrote: On 08/12/2013 04:13 PM, Peter Krempa wrote: When undefining a domain with storage when the volume isn't managed by libvirt the name and path strings weren't freed properly. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=996050 ---

[libvirt] [PATCH] virsh-domain: Fix memleak in cmdUndefine with storage

2013-08-12 Thread Peter Krempa
When undefining a domain with storage when the volume isn't managed by libvirt the name and path strings weren't freed properly. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=996050 --- tools/virsh-domain.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/virsh-domain.c

Re: [libvirt] [PATCH] virsh-domain: Fix memleak in cmdUndefine with storage

2013-08-12 Thread Eric Blake
On 08/12/2013 08:13 AM, Peter Krempa wrote: When undefining a domain with storage when the volume isn't managed by libvirt the name and path strings weren't freed properly. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=996050 --- tools/virsh-domain.c | 6 ++ 1 file changed, 6

Re: [libvirt] [PATCH] virsh-domain: Fix memleak in cmdUndefine with storage

2013-08-12 Thread Ján Tomko
On 08/12/2013 04:13 PM, Peter Krempa wrote: When undefining a domain with storage when the volume isn't managed by libvirt the name and path strings weren't freed properly. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=996050 --- tools/virsh-domain.c | 6 ++ 1 file changed, 6