I was testing the gdal translate functionality In python using memory_profiler. When I look at the result of the profiler I see that the memory allocated isn't released at all. This is example for the ...