[libvirt] [PATCH v2 2/2] util: do not leak handles in stop netlink event service

John Ferlan jferlan at redhat.com
Thu May 18 11:31:17 UTC 2017



On 05/18/2017 12:06 AM, Wang King wrote:
> handles stored in virNetlinkEventSrvPrivatePtr should be freed when
> stop netlink event service.

Altered the commit message to describe which commit introduced and just
fit that into the text...

> ---
>  src/util/virnetlink.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>

Will push soon - tks,

John

> diff --git a/src/util/virnetlink.c b/src/util/virnetlink.c
> index fad1e8e..7988312 100644
> --- a/src/util/virnetlink.c
> +++ b/src/util/virnetlink.c
> @@ -758,6 +758,7 @@ virNetlinkEventServiceStop(unsigned int protocol)
>      }
>  
>      server[protocol] = NULL;
> +    VIR_FREE(srv->handles);
>      virNetlinkEventServerUnlock(srv);
>  
>      virMutexDestroy(&srv->lock);
> 




More information about the libvir-list mailing list