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 9c0f6bb commit 48fef93Copy full SHA for 48fef93
src/plugins/georeferencer/qgspointdialog.cpp
@@ -422,8 +422,8 @@ void QgsPointDialog::deleteDataPoint( QgsPoint& coords )
422
QgsDebugMsg( QString( "deleteDataPoint! test: %1" ).arg(( x*x + y*y ) ) );
423
if (( x*x + y*y ) < maxDistSqr )
424
{
425
- mPoints.erase( it );
426
delete *it;
+ mPoints.erase( it );
427
--mAcetateCounter;
428
mCanvas->refresh();
429
break;
0 commit comments