Changes between Initial Version and Version 1 of Ticket #5229


Ignore:
Timestamp:
Sep 2, 2013, 9:54:48 PM (11 years ago)
Author:
damiandixon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5229 – Description

    initial v1  
    11In the method CleanupESRIDatumMappingTable() (file ogr\ogr_srs_esri.cpp) the variable hDatumMappingMutex needs to be reset to NULL after it has been destroyed.
    22
    3     CPLDestroyMutex(hDatumMappingMutex);
     3    CPLDestroyMutex(hDatumMappingMutex);[[BR]]
     4
    45    hDatumMappingMutex = NULL; // Add this line
    56