On Fri, Jul 05, 2019 at 02:42:48PM +0100, Daniel P. Berrangé wrote:
The virConnectGetType() method has an unfortunate signature, returning
a
static string that must not be freed by the caller. The remote driver,
however, gets this string dynamically over an RPC call, which raised a
design discussion on the mailing list. Eventually the problem was
resolved by having the remote driver cache the returned string
internally and free it when the connection was closed.
The link to the mailing list is thus talking about a problem that does
not actually exist in the final implementation, and at best serves to
confuse the reader into thinking there might be a memory leak.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/libvirt-host.c | 3 ---
1 file changed, 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano