Skip to content

Commit

Permalink
fix #2239
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12606 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 23, 2009
1 parent 6ecba2e commit d325df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptooladdfeature.cpp
Expand Up @@ -506,7 +506,7 @@ void QgsMapToolAddFeature::canvasReleaseEvent( QMouseEvent * e )
}
vlayer->endEditCommand();
}
delete mypDialog;
mypDialog->deleteLater();
}
delete f;

Expand Down

0 comments on commit d325df0

Please sign in to comment.