Closed Ryanf55 closed 9 months ago
GDAL datasets can be managed through smart pointers. The original raw pointer was never deleted and was a memory leak.
This is in line with the raster tutorial (that I updated to use the smart pointers). https://gdal.org/tutorials/raster_api_tut.html
None
Purpose
GDAL datasets can be managed through smart pointers. The original raw pointer was never deleted and was a memory leak.
This is in line with the raster tutorial (that I updated to use the smart pointers). https://gdal.org/tutorials/raster_api_tut.html
Risk
None