Changes between Initial Version and Version 1 of Ticket #3744


Ignore:
Timestamp:
12/15/19 15:57:00 (4 years ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3744 – Description

    initial v1  
    1 The _Crypt_DestroyKey() contains a call to _Crypt_Shutdown(), decreasing DLL handles, but no call to _Crypt_Startup() to increase it in the first place.
     1The '''_Crypt_DestroyKey()''' contains a call to '''_Crypt_Shutdown()''', decreasing DLL handles, but no call to '''_Crypt_Startup()''' to increase it in the first place.
    22
    33
    4 
    5 
    6 
     4{{{#!autoit
    75#include <Crypt.au3>
    86
     
    2422        EndIf
    2523EndFunc   ;==>_Crypt_DestroyKey
     24}}}