Home
last modified time | relevance | path

Searched hist:"937470 bb5470825e781ae50e92ff973a6b54d80f" (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/unit/
H A Dtest-io-task.c937470bb5470825e781ae50e92ff973a6b54d80f Thu Aug 11 17:11:04 UTC 2016 Daniel P. Berrange <berrange@redhat.com> io: stop incrementing reference in qio_task_get_source

Incrementing the reference in qio_task_get_source is
not necessary, since we're not running concurrently
with any other code touching the QIOTask. This
minimizes chances of further memory leaks.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
/qemu/io/
H A Dtask.c937470bb5470825e781ae50e92ff973a6b54d80f Thu Aug 11 17:11:04 UTC 2016 Daniel P. Berrange <berrange@redhat.com> io: stop incrementing reference in qio_task_get_source

Incrementing the reference in qio_task_get_source is
not necessary, since we're not running concurrently
with any other code touching the QIOTask. This
minimizes chances of further memory leaks.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
H A Dchannel-tls.c937470bb5470825e781ae50e92ff973a6b54d80f Thu Aug 11 17:11:04 UTC 2016 Daniel P. Berrange <berrange@redhat.com> io: stop incrementing reference in qio_task_get_source

Incrementing the reference in qio_task_get_source is
not necessary, since we're not running concurrently
with any other code touching the QIOTask. This
minimizes chances of further memory leaks.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
H A Dchannel-socket.c937470bb5470825e781ae50e92ff973a6b54d80f Thu Aug 11 17:11:04 UTC 2016 Daniel P. Berrange <berrange@redhat.com> io: stop incrementing reference in qio_task_get_source

Incrementing the reference in qio_task_get_source is
not necessary, since we're not running concurrently
with any other code touching the QIOTask. This
minimizes chances of further memory leaks.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
/qemu/include/io/
H A Dtask.h937470bb5470825e781ae50e92ff973a6b54d80f Thu Aug 11 17:11:04 UTC 2016 Daniel P. Berrange <berrange@redhat.com> io: stop incrementing reference in qio_task_get_source

Incrementing the reference in qio_task_get_source is
not necessary, since we're not running concurrently
with any other code touching the QIOTask. This
minimizes chances of further memory leaks.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>