All, We're currently using GDAL 2.3.1 on Windows to develop a shapefile editor for our application.
We're seeing a crash in our application when we call GDALClose() on a dataset/layer that contains a large shapefile with a large number of polygons. We opened the shapefile and set the dataset by calling GDALOpenEx(...). When we comment out the GDALClose() call, the application closes the dataset/layer without a crash. My question is, if we ignore calling GDALClose() to close a layer/dataset, will this create a memory leak in our application? Thanks in advance... Shayne
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev