Skip to content

Commit

Permalink
correction to the last commit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5427 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 8, 2006
1 parent 6a771b3 commit f60bad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -984,7 +984,7 @@ bool QgsOgrProvider::addFeature(QgsFeature* f)
returnValue = false;
}
++numberFeatures;
//delete feature;
delete feature;
ogrLayer->SyncToDisk();
return returnValue;
}
Expand Down

0 comments on commit f60bad1

Please sign in to comment.