Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
since mMode was never updated, the lock was never toggled from read to write or vice-versa. This was leading to crashes because the paths that were meant to be serialized and thread safe were not. Fixes #20789 and probably many more random crashes where QgsFeaturePool was used.
- Loading branch information