summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-22 18:49:26 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-22 18:58:19 +0200
commit55f4532a93557508387ef7f4cbb45ab596ee484c (patch)
treedc26446f118e80b6eee13ec31718eb3f7ce620e4
parent40d42f339216e21e04b0ad2509de2fb4f6483103 (diff)
downloadqtlocation-mapboxgl-55f4532a93557508387ef7f4cbb45ab596ee484c.tar.gz
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbb51ec544..31c2cc54dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,10 @@
### 🐞 Bug fixes
+- [core] Use weak scheduler inside mailbox ([#16136](https://github.com/mapbox/mapbox-gl-native/pull/16136))
+
+ If there are pending requests that are completed after main scheduler is destructed, worker threads may try to push messages to destructed scheduler's queue.
+
- [core] Fix a crash in GeoJSON source parsing, caused by `GeoJSONVTData` ownership error ([#16106](https://github.com/mapbox/mapbox-gl-native/pull/16106))
- [core] Stable position of labels at tile borders in tile mode ([#16040](https://github.com/mapbox/mapbox-gl-native/pull/16040))