summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Pulkki <mikko.pulkki@mapbox.com>2020-03-30 16:46:00 +0300
committerMikko Pulkki <55925868+mpulkki-mapbox@users.noreply.github.com>2020-03-30 18:01:39 +0300
commit5fa7ff3b63226bda5fe18a89794c76e86f81c4f8 (patch)
tree5c7f6b44e7d9a78729b260bac3a1e7394fa60252
parenta6ba6c0e85736dba1cd1e6083a29cc452c95cc10 (diff)
downloadqtlocation-mapboxgl-5fa7ff3b63226bda5fe18a89794c76e86f81c4f8.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76c7faf568..157370c452 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,10 @@
- [core] Fix issue that `within` expression returns incorrect results for geometries crossing the anti-meridian ([#16330](https://github.com/mapbox/mapbox-gl-native/pull/16330))
+- [core] Fix assert in gfx resources cleanup ([#16349](https://github.com/mapbox/mapbox-gl-native/pull/16349))
+
+ Fix a resource leak assertion in `gl::Context::~Context()` that is evaluating false in scenarios where graphics context has been marked as lost.
+
## maps-v1.4.1
### 🐞 Bug fixes