Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix segmentation fault 11 on MacOS during closing QGIS
  • Loading branch information
PeterPetrik authored and nyalldawson committed Sep 16, 2020
1 parent 7bd1017 commit cbdda42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1851,6 +1851,8 @@ QgisApp::~QgisApp()
mGeometryValidationDock = nullptr;
delete mSnappingUtils;
mSnappingUtils = nullptr;
delete mUserInputDockWidget;
mUserInputDockWidget = nullptr;

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

Expand Down

0 comments on commit cbdda42

Please sign in to comment.