Skip to content
Snippets Groups Projects
Commit 6f650995 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: segfault in ioTvDEMToImageGeneratorTest

parent dc565c1b
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,9 @@ DEMHandler
ossimGpt ossimWorldPoint;
ossimWorldPoint.lon=geoPoint[0];
ossimWorldPoint.lat=geoPoint[1];
// m_Mutex.Lock();
m_Mutex.Lock();
height=m_ElevManager->getHeightAboveMSL(ossimWorldPoint);
// m_Mutex.Unlock();
m_Mutex.Unlock();
return height;
}
......
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