summaryrefslogtreecommitdiff
path: root/platform/default/async_task.cpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-02-23 15:24:39 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-02-24 14:31:11 +0200
commit931ac77af45c4bbcb5dbfdfb55b6711ad8892f69 (patch)
treee414134d0de81dd01cb6c891c4f56f29c0a9f4e2 /platform/default/async_task.cpp
parent72c2f5a95be032ae4b9a7be8d97f6da9d9363c54 (diff)
downloadqtlocation-mapboxgl-931ac77af45c4bbcb5dbfdfb55b6711ad8892f69.tar.gz
Revert "[core] libuv unref() not really needed"
This reverts commit 8a53c1a881c6a5272b647ca267d40fbc435d11d9.
Diffstat (limited to 'platform/default/async_task.cpp')
-rw-r--r--platform/default/async_task.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/default/async_task.cpp b/platform/default/async_task.cpp
index 00fe9ac5f0..05cf759863 100644
--- a/platform/default/async_task.cpp
+++ b/platform/default/async_task.cpp
@@ -28,6 +28,7 @@ public:
}
handle()->data = this;
+ uv_unref(handle());
}
~Impl() {