Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup geometry validation dock before QgsApplication exit
Refs #20283, possibly fixes it
  • Loading branch information
nyalldawson committed Apr 5, 2019
1 parent d4420c5 commit f76aa2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1610,6 +1610,9 @@ QgisApp::~QgisApp()
delete mBrowserWidget2;
mBrowserWidget2 = nullptr;
delete mBrowserModel;
mBrowserModel = nullptr;
delete mGeometryValidationDock;
mGeometryValidationDock = nullptr;

QgsGui::instance()->nativePlatformInterface()->cleanup();

Expand Down

0 comments on commit f76aa2a

Please sign in to comment.