mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Close CachedFeatureWriterIterator when requested
This commit is contained in:
parent
c1d2798f47
commit
efaaab3112
@ -113,5 +113,6 @@ bool QgsCachedFeatureWriterIterator::rewind()
|
||||
|
||||
bool QgsCachedFeatureWriterIterator::close()
|
||||
{
|
||||
mClosed = true;
|
||||
return mFeatIt.close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user