gina-alaska / dans-gdal-scripts

A number of utilities for use in conjunction with GDAL.
http://www.gina.alaska.edu/projects/gina-tools/
Other
159 stars 42 forks source link

A bug of destructor of BboxBinarySpacePartition class? #14

Open xjock opened 6 years ago

xjock commented 6 years ago

In windows 10,the destructor of BboxBinarySpacePartition class can't free the memory as expected.

In the function void fix_topology(const Mpoly &mpoly, std::vector &reduced_rings)

qq 20180710223028

dstahlke commented 6 years ago

Can you translate the error message to English? And can you provide the input files that caused this? I don't have a Windows development environment, but there's a chance it may be reproducible on Linux.