Changes between Initial Version and Version 1 of Ticket #4129


Ignore:
Timestamp:
Jul 24, 2011, 3:08:29 PM (13 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4129 – Description

    initial v1  
    11Hi, While debugging my application I get a kernel resource leak. The following is the call stack. The application is only calling GDALAllRegister() and GDALDestoryDriverManager(). The same leak happens with the example applications. I've also tried older versions of gdal. My OS is windows 7 and I tried both x86 and 64bit.
    2 
     2{{{
    33ID      Description     Source  Function        Module  Object Size     State
    44X2      Synchronization object handle creation site     cpl_multiproc.cpp:480   CPLCreateMutex  gdal18.dll              New
     
    1313gdal18.dll!GDALDestroyDriverManager - gdaldrivermanager.cpp:687
    1414main - main.cpp:507
    15 
     15}}}