Skip to content

Commit f2dbf9d

Browse files
committedMar 2, 2014
Fix #9683 (crash in add feature map tool)
1 parent 951baee commit f2dbf9d

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
@@ -66,6 +66,7 @@ QgsMapToolCapture::~QgsMapToolCapture()
6666
void QgsMapToolCapture::deactivate()
6767
{
6868
delete mSnappingMarker;
69+
mSnappingMarker = 0;
6970

7071
QgsMapToolEdit::deactivate();
7172
}

0 commit comments

Comments
 (0)
Please sign in to comment.