summaryrefslogtreecommitdiff
path: root/tests/test-io-task.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-08-11 18:11:04 +0100
committerDaniel P. Berrange <berrange@redhat.com>2017-01-23 15:32:18 +0000
commit937470bb5470825e781ae50e92ff973a6b54d80f (patch)
treeed7f4e397e7eaf753f2b0e26256ef5e899c17990 /tests/test-io-task.c
parent6979a813f38d221bf68c3928a8d2b810cefc34b5 (diff)
downloadqemu-937470bb5470825e781ae50e92ff973a6b54d80f.tar.gz
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>
Diffstat (limited to 'tests/test-io-task.c')
-rw-r--r--tests/test-io-task.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-io-task.c b/tests/test-io-task.c
index e091c12e10..024eb585e4 100644
--- a/tests/test-io-task.c
+++ b/tests/test-io-task.c
@@ -76,7 +76,6 @@ static void test_task_complete(void)
g_assert(obj == src);
object_unref(obj);
- object_unref(src);
g_assert(data.source == obj);
g_assert(data.err == NULL);