qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/8] io: stop incrementing reference in qio_task


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 2/8] io: stop incrementing reference in qio_task_get_source
Date: Thu, 5 Jan 2017 10:30:54 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

On 01/05/2017 10:03 AM, Daniel P. Berrange wrote:
> Incrementing the reference in qio_task_get_source is
> not neccessary, since we're not running concurrently

s/neccessary/necessary/

> with any other code touching the QIOTask. This
> minimizes chances of further memory leaks.
> 
> Signed-off-by: Daniel P. Berrange <address@hidden>
> ---
>  include/io/task.h    | 7 ++++---
>  io/channel-socket.c  | 3 ---
>  io/channel-tls.c     | 2 --
>  io/task.c            | 1 -
>  tests/test-io-task.c | 1 -
>  5 files changed, 4 insertions(+), 10 deletions(-)
> 

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]