Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't leave auth method registry in illdefined state after calling clean
  • Loading branch information
nyalldawson committed Apr 10, 2023
1 parent e8f2feb commit e2cbd50
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 e2cbd50

Please sign in to comment.