Skip to content

Commit a813be1

Browse files
committed
Fix crash upon exit in QgsMapToolCapture
1 parent 74ef8f3 commit a813be1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsmaptoolcapture.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ QgsMapToolCapture::QgsMapToolCapture( QgsMapCanvas* canvas, enum CaptureMode too
3838
, mRubberBand( 0 )
3939
, mTempRubberBand( 0 )
4040
, mValidator( 0 )
41+
, mSnappingMarker( 0 )
4142
{
4243
mCaptureModeFromLayer = tool == CaptureNone;
4344
mCapturing = false;

0 commit comments

Comments
 (0)