ossimlabs/ossim

Reset of existing imageViewTransform to NULL

ghansham opened this issue · 1 comments

m_ImageViewTransform = 0;

This line reset the existing imageViewProjectionTransform to NULL value. m_ImageViewTransform should be checked for validity before setting to zero.
This breaks backward compatibility.