Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/georeferencer/qgspointdialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ void QgsPointDialog::deleteDataPoint(QgsPoint& coords)
451451
if ((x*x + y*y) < maxDistSqr)
452452
{
453453
mPoints.erase(it);
454+
delete *it;
454455
mCanvas->refresh();
455456
break;
456457
}

0 commit comments

Comments
 (0)
Please sign in to comment.