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 dea5892 commit 6cca487
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 6cca487

Please sign in to comment.