GeoRaster::warp_into(...) allocates an OGRSpatialReference object in one library and deletes it in another. This can be a problem when the libraries are dynamically linked.
|
OGRSpatialReference* srs = new OGRSpatialReference; |
|
OGRSpatialReference::DestroySpatialReference(srs); |
GeoRaster::warp_into(...) allocates an OGRSpatialReference object in one library and deletes it in another. This can be a problem when the libraries are dynamically linked.
gippy/GIP/GeoRaster.cpp
Line 267 in c9407c1
gippy/GIP/GeoRaster.cpp
Line 270 in c9407c1