Commit 99d94e1
Fixed the lifetime of the ValueEventRegistration that is associated with
Transactions. Transactions that required multiple attempts to commit their
changes were seeing a crash because the registration was being cleaned up
before the events were posted, resulting in a call to an object that had
already been deleted.
PiperOrigin-RevId: 2647779021 parent 30b698b commit 99d94e1
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | 861 | | |
865 | 862 | | |
866 | 863 | | |
| |||
881 | 878 | | |
882 | 879 | | |
883 | 880 | | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| |||
0 commit comments