Skip to content

Commit

Permalink
Don't leave auth method registry in illdefined state after calling clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Apr 9, 2023
1 parent bac0de2 commit 794478f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/auth/qgsauthmethodregistry.cpp
Expand Up @@ -217,6 +217,8 @@ void QgsAuthMethodRegistry::clean()
delete it->second;
++it;
}

mAuthMethods.clear();
}


Expand Down

0 comments on commit 794478f

Please sign in to comment.