We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ba05edc commit b3ef4daCopy full SHA for b3ef4da
src/app/qgisapp.cpp
@@ -1285,7 +1285,6 @@ QgisApp::~QgisApp()
1285
delete mMapTools.mZoomIn;
1286
delete mMapTools.mZoomOut;
1287
delete mMapTools.mPan;
1288
- delete mMapTools.mAddFeature;
1289
delete mMapTools.mAddPart;
1290
delete mMapTools.mAddRing;
1291
delete mMapTools.mFillRing;
@@ -1338,6 +1337,7 @@ QgisApp::~QgisApp()
1338
1337
delete mMapTools.mRegularPolygon2Points;
1339
delete mMapTools.mRegularPolygonCenterPoint;
1340
delete mMapTools.mRegularPolygonCenterCorner;
+ delete mMapTools.mAddFeature;
1341
delete mpMaptip;
1342
1343
delete mpGpsWidget;
0 commit comments