We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e400039 commit ea08240Copy full SHA for ea08240
src/core/qgsapplication.cpp
@@ -1178,7 +1178,7 @@ QgsAuthManager *QgsApplication::authManager()
1178
void QgsApplication::exitQgis()
1179
{
1180
delete QgsApplication::authManager();
1181
-
+
1182
//Ensure that all remaining deleteLater QObjects are actually deleted before we exit.
1183
//This isn't strictly necessary (since we're exiting anyway) but doing so prevents a lot of
1184
//LeakSanitiser noise which hides real issues
0 commit comments