Skip to content

Fix Mutex destructors being incorrectly run at exit (cl/364325997) #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'origin/main' into PortChangelist364325997
  • Loading branch information
dconeybe committed Mar 30, 2021
commit 07f73cb0cd8dad88b4d43952d0c52cbb1a1fe76e
2 changes: 2 additions & 0 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ code.
- Database: Fixed a potential crash that can occur as a result of a race
condidtion when adding, removing and deleting `ValueListener`s or
`ChildListener`s rapidly.
- Database: Fixed a crash when setting large values on Windows and Mac
systems ([#517](https://github.com/firebase/quickstart-unity/issues/517)).
- General: Fixed rare crashes at application exit when destructors were
being executed
([#345](https://github.com/firebase/firebase-cpp-sdk/pull/345)).
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.