Changeset 1584:ae0d34b36d6f
- Timestamp:
- 02/20/10 11:18:34 (5 months ago)
- Branch:
- default
- Location:
- apps
- Files:
-
- 2 edited
-
lascommon.c (modified) (1 diff)
-
lasinfo.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
apps/lascommon.c
r1486 r1584 569 569 LASString_Free(pszProj4); 570 570 LASString_Free(pszWKT); 571 LASSRS_Destroy(pSRS); 571 572 } 572 573 -
apps/lasinfo.c
r1186 r1584 23 23 #include <stdlib.h> 24 24 #include <string.h> 25 26 #ifdef HAVE_GDAL 27 #include <cpl_multiproc.h> 28 #include <cpl_string.h> 29 #endif 25 30 26 31 LASPointSummary* SummarizePoints(LASReaderH reader); … … 390 395 if (header) LASHeader_Destroy(header); 391 396 397 #ifdef HAVE_GDAL 398 /* Various GDAL related cleanups */ 399 OSRCleanup(); 400 CPLFinderClean(); 401 CPLFreeConfig(); 402 CPLCleanupTLS(); 403 #endif 404 392 405 return 0; 393 406 }
Note: See TracChangeset
for help on using the changeset viewer.
