Skip to content

Commit 5368508

Browse files
authored
1 parent c105a0d commit 5368508

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Firestore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22
- [fixed] Fixed an intermittent crash if `ListenerRegistration::Remove()` was
33
invoked concurrently (#10065).
4+
- [fixed] Fixed a crash if multiple large write batches with overlapping
5+
documents were executed where at least one batch performed a delete operation
6+
(#9965).
47

58
# 9.4.0
69
- [fixed] Fixed a crash during app start (#9985, #10018).

Firestore/core/src/local/local_documents_view.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ model::OverlayedDocumentMap LocalDocumentsView::ComputeViews(
266266
{doc->key(), overlay_it->second.mutation().field_mask()});
267267
overlay_it->second.mutation().ApplyToLocalView(*doc, absl::nullopt,
268268
Timestamp::Now());
269-
docs = docs.insert(docs_entry.first, *doc);
270269
}
271270
}
272271

0 commit comments

Comments
 (0)