Skip to content

Commit 8e83407

Browse files
nyalldawsonm-kuhn
authored andcommitted
Cleanup geometry validation dock before QgsApplication exit
Refs #20283, possibly fixes it
1 parent ff16662 commit 8e83407

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)