Skip to content

Commit

Permalink
Fix crash on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 7, 2022
1 parent c391448 commit 5152259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -2008,6 +2008,9 @@ QgisApp::~QgisApp()
delete mGpsSettingsMenu;
mGpsSettingsMenu = nullptr;

delete mGpsDigitizing;
mGpsDigitizing = nullptr;

delete mGpsConnection;
mGpsConnection = nullptr;

Expand Down

0 comments on commit 5152259

Please sign in to comment.