Searched hist:"937470 bb5470825e781ae50e92ff973a6b54d80f" (Results 1 – 5 of 5) sorted by relevance
/qemu/tests/unit/ |
H A D | test-io-task.c | 937470bb5470825e781ae50e92ff973a6b54d80f 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 D | task.c | 937470bb5470825e781ae50e92ff973a6b54d80f 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 D | channel-tls.c | 937470bb5470825e781ae50e92ff973a6b54d80f 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 D | channel-socket.c | 937470bb5470825e781ae50e92ff973a6b54d80f 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 D | task.h | 937470bb5470825e781ae50e92ff973a6b54d80f 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>
|