Changeset 14707
- Timestamp:
- 06/14/08 14:58:53 (6 months ago)
- Files:
-
- trunk/gdal/apps/gdal_grid.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/apps/gdal_grid.cpp
r14705 r14707 399 399 printf( "No point geometry found on layer %s, skipping.\n", 400 400 OGR_FD_GetName( OGR_L_GetLayerDefn( hSrcLayer ) ) ); 401 return;401 return; 402 402 } 403 403 … … 846 846 /* Cleanup */ 847 847 /* -------------------------------------------------------------------- */ 848 CSLDestroy( papszCreateOptions ); 848 849 CPLFree( pOptions ); 849 850 OGR_DS_Destroy( hSrcDS );
