Skip to content
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

Fix deadlock on joins cache #43434

Commits on May 28, 2021

  1. Fix deadlock on joins cache

    Fixes qgis#43287
    
    The critical section was called recursively by a call form the model
    connected to joinedFieldsChanged.
    
    By moving the mutex into a scope we can safely release it before
    emitting the signal.
    elpaso committed May 28, 2021
    Configuration menu
    Copy the full SHA
    6db7e2f View commit details
    Browse the repository at this point in the history