We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b33d801 commit ed9a7e1Copy full SHA for ed9a7e1
src/core/qgsvectorfilewriter.cpp
@@ -138,6 +138,8 @@ QgsVectorFileWriter::QgsVectorFileWriter(
138
{
139
for ( int i = 0; i < datasourceOptions.size(); i++ )
140
CPLFree( options[i] );
141
+ delete [] options;
142
+ options = NULL;
143
}
144
145
if ( mDS == NULL )
@@ -194,6 +196,8 @@ QgsVectorFileWriter::QgsVectorFileWriter(
194
196
195
197
for ( int i = 0; i < layerOptions.size(); i++ )
198
199
200
201
202
203
if ( srs )
0 commit comments