Skip to content

Commit d325df0

Browse files
author
jef
committedDec 23, 2009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmaptooladdfeature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ void QgsMapToolAddFeature::canvasReleaseEvent( QMouseEvent * e )
506506
}
507507
vlayer->endEditCommand();
508508
}
509-
delete mypDialog;
509+
mypDialog->deleteLater();
510510
}
511511
delete f;
512512

0 commit comments

Comments
 (0)
Please sign in to comment.