Skip to content

Commit f76aa2a

Browse files
committed
Cleanup geometry validation dock before QgsApplication exit
Refs #20283, possibly fixes it
1 parent d4420c5 commit f76aa2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/qgisapp.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,9 @@ QgisApp::~QgisApp()
16101610
delete mBrowserWidget2;
16111611
mBrowserWidget2 = nullptr;
16121612
delete mBrowserModel;
1613+
mBrowserModel = nullptr;
1614+
delete mGeometryValidationDock;
1615+
mGeometryValidationDock = nullptr;
16131616

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

0 commit comments

Comments
 (0)