Hi Frank and list,

I reopened Ticket #3564 to submit a modified TSX driver. Changes made by Adam 
Klein in:
• Open() will return NULL when one of the raster bands cannot be loaded.  This 
fix prevents a crash (dereferencing NULL pointer). 
• The driver no longer saves the image file pointer (it was never being used 
anyway) and does not clear the file pointer passed to Open() through 
GDALOpenInfo.  This fix allows GDAL to close the image file when it is done 
with it. 
• Replace strdup() with CPLStrdup() for consistency 
• Calling CPLDestroyXMLNode() to clean up before returning NULL in Open() 


Thanks,
Shawn
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to