Changeset 13825

Show
Ignore:
Timestamp:
02/19/08 21:54:00 (5 months ago)
Author:
warmerdam
Message:

recover from failure to create transformer (#2240)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/gdal/frmts/vrt/vrtwarped.cpp

    r11878 r13825  
    126126                                         NULL, pszDstWKT, 
    127127                                         TRUE, 1.0, 0 ); 
     128 
     129    if( psWO->pTransformerArg == NULL ) 
     130    { 
     131        GDALDestroyWarpOptions( psWO ); 
     132        return NULL; 
     133    } 
    128134 
    129135/* -------------------------------------------------------------------- */