[libvirt] [PATCH] Fix leak of virStreamPtr object with callback added in fdstream impl

Eric Blake eblake at redhat.com
Thu Jun 30 15:03:45 UTC 2011


On 06/30/2011 06:14 AM, Daniel P. Berrange wrote:
> When adding a callback to an FD stream, we take an extra reference
> on the virStreamPtr instance. We forgot to registered a free function
> with the callback, so when the callback was removed, the extra
> reference held on virStreamPtr was not released.
> 
> * src/fdstream.c: Use a free callback to release reference on
>   virStreamPtr when removing callback
> ---
>  src/fdstream.c |    9 ++++++++-
>  1 files changed, 8 insertions(+), 1 deletions(-)

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110630/97311ad2/attachment-0001.sig>


More information about the libvir-list mailing list