Skip to content

Commit

Permalink
Fix crash upon exit in QgsMapToolCapture
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Feb 26, 2014
1 parent 74ef8f3 commit a813be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsmaptoolcapture.cpp
Expand Up @@ -38,6 +38,7 @@ QgsMapToolCapture::QgsMapToolCapture( QgsMapCanvas* canvas, enum CaptureMode too
, mRubberBand( 0 )
, mTempRubberBand( 0 )
, mValidator( 0 )
, mSnappingMarker( 0 )
{
mCaptureModeFromLayer = tool == CaptureNone;
mCapturing = false;
Expand Down

0 comments on commit a813be1

Please sign in to comment.