Changeset 14707

Show
Ignore:
Timestamp:
06/14/08 14:58:53 (6 months ago)
Author:
rouault
Message:

Free papszCreateOptions at cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/apps/gdal_grid.cpp

    r14705 r14707  
    399399        printf( "No point geometry found on layer %s, skipping.\n", 
    400400                OGR_FD_GetName( OGR_L_GetLayerDefn( hSrcLayer ) ) ); 
    401        return; 
     401        return; 
    402402    } 
    403403 
     
    846846/*      Cleanup                                                         */ 
    847847/* -------------------------------------------------------------------- */ 
     848    CSLDestroy( papszCreateOptions ); 
    848849    CPLFree( pOptions ); 
    849850    OGR_DS_Destroy( hSrcDS );