[libvirt] [PATCH] Document the need to free vir*Ptr objects per-function

2014-07-08 Thread Ján Tomko
Another patch for https://bugzilla.redhat.com/show_bug.cgi?id=994731 --- src/libvirt.c | 139 +++--- 1 file changed, 134 insertions(+), 5 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index 316fdf0..8684298 100644 --- a/src/libvirt.c

Re: [libvirt] [PATCH] Document the need to free vir*Ptr objects per-function

2014-07-08 Thread Eric Blake
On 07/08/2014 10:00 AM, Ján Tomko wrote: Another patch for https://bugzilla.redhat.com/show_bug.cgi?id=994731 --- src/libvirt.c | 139 +++--- 1 file changed, 134 insertions(+), 5 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c