Skip to content

Commit 3e0fb86

Browse files
committed
Fix for crash when quiting QGIS (ticket #5145)
1 parent 2f135c1 commit 3e0fb86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ QgisApp::~QgisApp()
673673
delete mMapTools.mMoveLabel;
674674
delete mMapTools.mRotateLabel;
675675
delete mMapTools.mChangeLabelProperties;
676+
delete mMapTools.mOffsetCurve;
676677

677678
delete mPythonUtils;
678679

0 commit comments

Comments
 (0)