Changes between Initial Version and Version 1 of Ticket #3744
- Timestamp:
- 12/15/19 15:57:00 (5 years ago)
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.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. 2 2 3 3 4 5 6 4 {{{#!autoit 7 5 #include <Crypt.au3> 8 6 … … 24 22 EndIf 25 23 EndFunc ;==>_Crypt_DestroyKey 24 }}}