Skip to content
Snippets Groups Projects
Commit 689fa440 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: missing delete satPosition here. Bug spotted by Vincent Schut on the...

BUG: missing delete satPosition here. Bug spotted by Vincent Schut on the otb-users mailing. Thank you vincent.
parent 6b3ebdd9
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ int SarSensor::ImageToWorld(double distance, JSDDateTime time, double height, do
lon = (geo.get_x())*360.0/DEUXPI;
lat = (geo.get_y())*360.0/DEUXPI;
delete satPosition;
return etatLoc ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment