We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e0711b + cd8362d commit 42f2db1Copy full SHA for 42f2db1
1 file changed
src/mbgl/tile/tile_cache.cpp
@@ -88,7 +88,7 @@ void TileCache::deferPendingReleases() {
88
// last one and the destruction actually occurs here on this thread.
89
std::function<void()> func{[tile_{CaptureWrapper{std::move(wrap)}}, this]() mutable {
90
MLN_TRACE_ZONE(deferPendingReleases lambda);
91
- MLN_ZONE_VALUE(wrap_.releases.size());
+ MLN_ZONE_VALUE(tile_.items.size());
92
tile_.items.clear();
93
94
std::lock_guard<std::mutex> counterLock(deferredSignalLock);
0 commit comments