Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for crash when quiting QGIS (ticket #5145)
  • Loading branch information
mhugent committed Mar 9, 2012
1 parent 2f135c1 commit 3e0fb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -673,6 +673,7 @@ QgisApp::~QgisApp()
delete mMapTools.mMoveLabel;
delete mMapTools.mRotateLabel;
delete mMapTools.mChangeLabelProperties;
delete mMapTools.mOffsetCurve;

delete mPythonUtils;

Expand Down

0 comments on commit 3e0fb86

Please sign in to comment.