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

2014-07-08 Thread Ján Tomko
https://bugzilla.redhat.com/show_bug.cgi?id=994731 --- docs/api.html.in | 4 1 file changed, 4 insertions(+) diff --git a/docs/api.html.in b/docs/api.html.in index eae7657..68ffa0b 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -159,6 +159,10 @@ /ul /li /ul +

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

2014-07-08 Thread Eric Blake
On 07/08/2014 02:28 AM, Ján Tomko wrote: https://bugzilla.redhat.com/show_bug.cgi?id=994731 --- docs/api.html.in | 4 1 file changed, 4 insertions(+) diff --git a/docs/api.html.in b/docs/api.html.in index eae7657..68ffa0b 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@

[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