Skip to content

Commit 42f2db1

Browse files
authored
Merge branch 'main' into test-arm-node
2 parents 2e0711b + cd8362d commit 42f2db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mbgl/tile/tile_cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void TileCache::deferPendingReleases() {
8888
// last one and the destruction actually occurs here on this thread.
8989
std::function<void()> func{[tile_{CaptureWrapper{std::move(wrap)}}, this]() mutable {
9090
MLN_TRACE_ZONE(deferPendingReleases lambda);
91-
MLN_ZONE_VALUE(wrap_.releases.size());
91+
MLN_ZONE_VALUE(tile_.items.size());
9292
tile_.items.clear();
9393

9494
std::lock_guard<std::mutex> counterLock(deferredSignalLock);

0 commit comments

Comments
 (0)