Changeset 13602

Show
Ignore:
Timestamp:
01/27/08 10:43:46 (5 months ago)
Author:
rouault
Message:

Fix memory leak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/dimap/dimapdataset.cpp

    r11865 r13602  
    354354        { 
    355355            if( poDS->nGCPCount > 0 ) 
     356            { 
     357                CPLFree(poDS->pszGCPProjection); 
    356358                oSRS.exportToWkt( &(poDS->pszGCPProjection) ); 
     359            } 
    357360            else 
    358361            {