Skip to content

Commit f60bad1

Browse files
author
mhugent
committed
correction to the last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@5427 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6a771b3 commit f60bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/ogr/qgsogrprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ bool QgsOgrProvider::addFeature(QgsFeature* f)
984984
returnValue = false;
985985
}
986986
++numberFeatures;
987-
//delete feature;
987+
delete feature;
988988
ogrLayer->SyncToDisk();
989989
return returnValue;
990990
}

0 commit comments

Comments
 (0)