Changes between Initial Version and Version 1 of Ticket #5228


Ignore:
Timestamp:
Sep 2, 2013, 10:01:22 PM (11 years ago)
Author:
damiandixon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5228 – Description

    initial v1  
    1919
    2020In GDALDriverManager::AutoLoadDrivers() a reference needs to be taken to the library loaded.
     21A reference to the DLL/so also needs to be taken in OGRSFDriverRegistrar::AutoLoadDrivers().
    2122
    22 In GDALDriverManager::~GDALDriverManager() the reference to the libraries loaded need to be used to free the libraries.
     23In GDALDriverManager::~GDALDriverManager() and OGRCleanupAll() the reference to the libraries loaded need to be used to free the libraries.
    2324
    2425
     
    2728
    2829I'm going to look at doing a local fix but that's unlikely to be acceptable as a patch as I am currently only using GDAL on Windows.
    29