Index: src/Common/SharpMap/Editors/FeatureEditor.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r4c09f28891546d714fa6a15d36b70d8a6b9a4aa7 --- src/Common/SharpMap/Editors/FeatureEditor.cs (.../FeatureEditor.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/SharpMap/Editors/FeatureEditor.cs (.../FeatureEditor.cs) (revision 4c09f28891546d714fa6a15d36b70d8a6b9a4aa7) @@ -51,7 +51,7 @@ } addingNewFeature = true; - IFeature newFeature = null; + IFeature newFeature; try {