Skip to content

Commit 0c03900

Browse files
authoredApr 9, 2019
Merge pull request #9759 from m-kuhn/backport-9712-on-release-3_4
Cleanup geometry validation dock before QgsApplication exit
2 parents 5b7e111 + 8e83407 commit 0c03900

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,8 @@ QgisApp::~QgisApp()
15841584
mBrowserWidget2 = nullptr;
15851585
delete mBrowserModel;
15861586
mBrowserModel = nullptr;
1587+
delete mGeometryValidationDock;
1588+
mGeometryValidationDock = nullptr;
15871589

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

0 commit comments

Comments
 (0)
Please sign in to comment.